我为我的项目创建了一个虚拟环境,并且尝试通过pip
安装torch
。
pip install torch===1.5.1 torchvision===0.6.1 -f https://download.pytorch.org/whl/torch_stable.html
我得到了误差-
ERROR: Could not find a version that satisfies the requirement torch===1.5.1 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch===1.5.1
有的方案推荐使用conda,有必要吗?不能只用pip
吗
1条答案
按热度按时间4ioopgfo1#
您可以尝试直接从轮子文件进行安装: