I'm having trouble working with Anaconda behind a proxy at work.
When I have have the following environment variables:
http_proxy: http://domainusername:[email protected]:8080
https_proxy: https://domainusername:[email protected]:8080
or just
http_proxy: http://serverusername:[email protected]:8080
set up then git works. But Anaconda does not work.
I'm trying to run
conda update conda
and I get:
Could not connect to https://repo.continuum.io/pkgs....
Could not connect to https://repo.continuum.io/pkgs....
Does Anaconda not work with http? and requires an https proxy? Because I'm thinking my company may not have an https proxy server setup (I've only seen them use http).
or sometimes I get the error:
File "cAnaconda2", line 340, in wait
waiter.acquire()
KeyboardInterrupt
Could not connect to https://repo.continuum.io/pkgs....
Could not connect to https://repo.continuum.io/pkgs....
I'm using Windows 7.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…