cbfinn / maml_rl

Code for RL experiments in "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
Other
624 stars 180 forks source link

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.binstar.org/tlatorre/noarch/repodata.json> #5

Closed dragen1860 closed 6 years ago

dragen1860 commented 6 years ago

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 commented 6 years ago

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

dragen1860 commented 6 years ago

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