Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CondaHTTPError #8845

Open
sowmiyanm opened this issue Mar 13, 2018 · 3 comments
Open

CondaHTTPError #8845

sowmiyanm opened this issue Mar 13, 2018 · 3 comments
Assignees

Comments

@sowmiyanm
Copy link

sowmiyanm commented Mar 13, 2018

conda update navigator-updater
Fetching package metadata ...
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.continuum.io/pkgs/main/osx-64/repodata.json.bz2
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.
ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io', port=443): Max retries exceeded with url: /pkgs/main/osx-64/repodata.json.bz2 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x111e9f0f0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))",),)

Same error. Any body can help please

I have seen similar issue posted but everytime it is being closed saying it is similar to #1932
But even that issue number is closed by simply stating to update the conda version, which is not happening because of condaHTTPError.

Please advise

@robertmoni
Copy link

Hi @sowmiyanm,
I just downloaded on a new machine running with Windows 10 the latest Anaconda (5.3.0) and have the same issue as you,. I can't get rid of it. Have you found any solution?
@goanpeca I've seen you post to a lot of similiar issues the same solution to update the anaconda-navigator but that simply doesn't works.

Regards

@emmet02
Copy link

emmet02 commented Nov 26, 2018

Have you got a self signed SSL cert?

I and another were having similar issues, but I have posted a workaround for me here - #10340

I believe that setting ssl_verify to false in conda was not enough to stop the ssl checking when the REQUESTS_CA_BUNDLE environment variable was set, pointing to a cert file.

Might be worth a try?

@Cartman0
Copy link

Cartman0 commented Dec 14, 2018

me too, i have this issue on windows10.

then update following packages, it occurred:

certifi  {2018.8.24 -> 2018.11.29}
cryptography  {2.3.1 -> 2.4.1}
openssl  {1.0.2p -> 1.1.1a}
python {3.7.0 -> 3.7.1}
vc  {14 -> 14.1}
vs2015_runtime  {14.0.25123 -> 14.15.26706}

it looks like not reading conda config and .condarc file.

I don't know same above issue. I want to try how to resoleve above, where is cert file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants