close

[Solved] CondaHTTPError: HTTP 000 CONNECTION FAILED for url

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 ?

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 ?

  1. 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.

  2. 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.

  1. libcrypto-1_1-x64.dll
  2. 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.

  1. C:\your_directory_to_anaconda3\Anaconda3\Scripts
  2. C:\your_directory_to_anaconda3\Anaconda3\
  3. 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

Leave a Comment