CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/win-64/c
报错:
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/conda-forge/win-64/cudatoolkit-11.1.1-heb2d755_10.tar.bz2
可行办法
那就照它报的错到这个网址上下载本地文件,之后运行:
conda install --offline cudatoolkit-11.1.1-heb2d755_10.tar.bz2
就好了
另解:
网上有说加anaconda到环境中的
This post works perfectly to solve my problem on win7 with anaconda
prompt. It basically says you need to add the following directories
into your user environment path in windows (go to Start and type in:
View Advanced System Settings, then select Environmental Variables:
then select Path and click Edit: finally you can click New and add a
path):C:\your_directory_to_anaconda3\Anaconda3\Scripts
C:\your_directory_to_anaconda3\Anaconda3\
C:\your_directory_to_anaconda3\Anaconda3\Library\bin – This is the
directory for openssl
我试了试好像没什么用
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)