在windows 上安装pip install torch torchvision torchaudio 报错:
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
解决办法:
将python版本降到3.11,然后再安装相关的库即可
python cv2.imread()和Image.open()的区别和联系
阅读 47
2023-11-27
在windows 上安装pip install torch torchvision torchaudio 报错:
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
解决办法:
将python版本降到3.11,然后再安装相关的库即可
相关推荐
精彩评论(0)