在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,然后再安装相关的库即可
深耕网站建设、视觉设计与SEO优化的一线实战洞察。
在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,然后再安装相关的库即可