Hello Guys, How are you all? Hope You all Are Fine. Today I am trying to install pymongo but I am facing following error CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json in Python. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
- How CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json Error Occurs ?
- How To Solve CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json Error ?
- Solution 1: Copy And Paste this Files
- Solution 2: Execute this command.
- Solution 3: add this Folder into Path Variable
- Summary
How CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json Error Occurs ?
I am trying to install pymongo but I am facing following error.
Fetching package metadata ... CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json> Elapsed: - An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='conda.anaconda.org', por t=443): Max retries exceeded with url: /anaconda/win-64/repodata.json (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x000 00000054D6128>, 'Connection to conda.anaconda.org timed out. (connect timeout=9. 15)'))",),)
How To Solve CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json Error ?
How To Solve CondaHTTPError: HTTP 000 CONNECTION FAILED for url
To Solve CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json Error You just need to Copy And Paste this Files from D:\Anaconda3\Library\bin to D:\Anaconda3\DLLs. This Two File. libcrypto-1_1-x64.dll and libssl-1_1-x64.dll Now your error must be solved. Second solution is You just need to execute this command in your terminal. conda config –set ssl_verify no.
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
To Solve CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/a naconda/win-64/repodata.json Error You just need to Copy And Paste this Files from D:\Anaconda3\Library\bin to D:\Anaconda3\DLLs. This Two File. libcrypto-1_1-x64.dll and libssl-1_1-x64.dll Now your error must be solved. Second solution is You just need to execute this command in your terminal. conda config –set ssl_verify no.
Solution 1: Copy And Paste this Files
You just need to Copy And Paste this Files from D:\Anaconda3\Library\bin to D:\Anaconda3\DLLs. This Two File.
- libcrypto-1_1-x64.dll
- libssl-1_1-x64.dll
Now your error must be solved.
Solution 2: Execute this command.
You just need to execute this command in your terminal.
conda config --set ssl_verify no
Solution 3: add this Folder into Path Variable
You just need to add this folder into PATH variable.
- C:\your_directory_to_anaconda3\Anaconda3\Scripts
- C:\your_directory_to_anaconda3\Anaconda3\
- C:\your_directory_to_anaconda3\Anaconda3\Library\bin
Summary
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also, Read