Answers for "CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/linux-64/current_repodata.json> Elapsed: -"

1

condahttperror: http 000 connection failed for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>

First: make sure to add the path to your environment variables:
		C:your_directory_to_anaconda3Anaconda3Librarybin
Second: set SSl verification to False. Run in conda command prompt:
		conda config --set ssl_verify False
Posted by: Guest on November-04-2021
1

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json> Elapsed: -

Add below path in your environment variables, because it open the ssl
C:your_directory_to_anaconda3Anaconda3Librarybin
Posted by: Guest on August-30-2021
1

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>

run your IDE or terminal in Administrator
Posted by: Guest on September-11-2021
-2

condahttperror: http 000 connection failed for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>

Try to start Anaconda Prompt as Administrator (click right button of mouse before starting it), and make the same order.
Posted by: Guest on March-03-2021

Code answers related to "CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/linux-64/current_repodata.json> Elapsed: -"

Browse Popular Code Answers by Language