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: HTTP 000 CONNECTION FAILED for url <https://conda.binstar.org/tlatorre/noarch/repodata.json> #5

Closed
dragen1860 opened this issue Apr 24, 2018 · 2 comments

Comments

@dragen1860
Copy link

Hi, I run ./scripts/setup_linux.sh and get the following error:

Creating conda environment...
Using Anaconda API: https://api.anaconda.org
Solving environment: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.binstar.org/tlatorre/noarch/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.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'conda.binstar.org\', port=443): Max retries exceeded with url: /tlatorre/noarch/repodata.json (Caused by SSLError(SSLError("bad handshake: Error([(\'SSL routines\', \'ssl3_get_server_certificate\', \'certificate verify failed\')],)",),))',),)

I have tried many times and the error always occurs. I wonder whether the version you used can not work now ? or other problems.
Thanks.

@ajdroid
Copy link

ajdroid commented Apr 28, 2018

Do conda update conda and try setting conda config --set ssl_verify no.

@dragen1860
Copy link
Author

@ajdroid really works!
I run
conda config --set ssl_verify no and it solves my problems.

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

2 participants