anaconda安裝加速鏡像問題解決


Anaconda使用conda連接網絡出現錯誤

我使用的是windows10 64bit下的Anaconda2,在安裝和更新包的時候出現以下報錯信息。
這是使用默認源安裝包的報錯信息:
C:Usersning0>conda install numpy
Fetching 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 numpy
Fetching 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] ',)))",),)

解決方案:http://www.lqkweb.com/blog.php?id=18&WebShieldDRSessionVerify=m9KIplnF1Uvl4zixDduw

親測有效!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM