問題:CondaHTTPError: HTTP 000 CONNECTION FAILED for url


使用anaconda安裝tensorflow (windows10環境)🔗

遇到的問題:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/

解決方案:在”C:\Users\Administrator“,打開“.condarc“,更改為:

ssl_verify: true
show_channel_urls: true

channels:
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64/

就可以成功執行執行”conda create -n scrapyEnv python=3.6”

參考🔗

 


免責聲明!

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



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