1.根据error提示:浏览器打开https://conda.anaconda.org/conda-forge/win-64/,搜索并下载对应压缩包 下载压缩包 2.安装 conda install 路径\压缩包// conda install C:\Users\fei\Downloads\cudatoolkit-11.6.0-hc0ea762_10.tar.bz2 特别地: 将压缩包复制到Anaconda\pkgs文件夹下 conda install--use-local ...
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after ...
最新版本的cuda 7.0只支持64位的系统,要么换64位系统,要么换cuda 6.5
我尝试使用命令“conda install cudatoolkit = 11.7”安装cudatoolkit 11.7,但失败了。但是,网站https://pytorch.org/get-started/locally/显示 11.7 可用。我该怎么办才能解决它?谢谢 您需要指定频道,即 condainstall cudatoolkit=11.7-c nvidia
如果您不确定,可以使用conda search检查它是否在给定的通道中可用。
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after ...