ERROR: Could not find a version that satisfies the requirement torch==2.0.0+cu118

出现以上问题是个人处理方法是:去下载cuda117即可,有的版本不知道为什么下不了,说没有对应的库,但是以下命令可以执行

pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117

你可能感兴趣的:(深度学习,pytorch,人工智能)