pip无法通过国内源下载,could not find a version that satisfies the requirement
当遇见could not find a version that satisfies the requirement问题时,可以通过下载whl的方式进行离线安装,以torch=1.12.0为例,如果用的是阿里源会报上述问题,通过去torch-stable下载适合自己的whl文件,这里有cp37 cp310的标识,代表了python版本,如果是3.8就选择cp38
下载完毕后,进入文件目录执行,后面加上-i是为了防止他有依赖可以一起下载
pip install torch-1.4.0+cpu-cp37-cp37m-win_amd64.whl -i https://pypi.tuna.tsinghua.edu.cn/simple/
cuda安装
核心是要确定nvidia驱动版本跟cuda的版本是否适配:cuda-release
主要可以参考
cuda安装较为推荐
cuda保姆级安装教程