python - Anaconda使用conda連接網絡出現錯誤
問題描述
我使用的是windows10 64bit下的Anaconda2,在安裝和更新包的時候出現以下報錯信息。這是使用默認源安裝包的報錯信息:C:Usersning0>conda install numpyFetching package metadata ...
CondaHTTPError: HTTP None None for url https://repo.continuum.io/pkg...Elapsed: None
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.ProxyError(MaxRetryError('HTTPSConnectionPool(host=’repo.continuum.io’, port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by ProxyError(’Cannot connect to proxy.’, NewConnectionError(’<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x00000000048F3048>: Failed to establish a new connection: [Errno 10061] ’,)))',),)
下面是使用清華大學的鏡像安裝的報錯信息:C:Usersning0>conda install numpyFetching package metadata ...
CondaHTTPError: HTTP None None for url https://mirrors.tuna.tsinghua...Elapsed: None
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.ProxyError(MaxRetryError('HTTPSConnectionPool(host=’mirrors.tuna.tsinghua.edu.cn’, port=443): Max retries exceeded with url: /anaconda/pkgs/free/win-64/repodata.json (Caused by ProxyError(’Cannot connect to proxy.’, NewConnectionError(’<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000004B19438>: Failed to establish a new connection: [Errno 10061] ’,)))',),)
求問這個問題怎么解決啊?我各種網站都找遍了。
問題解答
回答1:https://zhuanlan.zhihu.com/p/...沒用過,在知乎上看到這個文檔,希望有幫助。從報錯信息來看,是網絡鏈接問題。
回答2:你設置了代理或者vpn?手工打開網頁試試
相關文章:
1. nignx - docker內nginx 80端口被占用2. python3.x - python連oanda的模擬交易api獲取json問題第五問3. docker - 如何修改運行中容器的配置4. javascript - js代碼獲取驗證碼倒計時問題5. 為什么我ping不通我的docker容器呢???6. docker-machine添加一個已有的docker主機問題7. 關于docker下的nginx壓力測試8. angular.js - angular內容過長展開收起效果9. java - SSH框架中寫分頁時service層中不能注入分頁類10. docker-compose 為何找不到配置文件?
