针对您遇到的“pip install torch error: could not find a version that satisfies the require”问题,以下是一些可能的解决步骤和注意事项: 检查Python和pip的版本: 确保您的Python环境和pip版本是最新的,或者至少是支持PyTorch的。您可以通过以下命令来检查pip的版本: bash
错误代码 pip install torch==1.6.0+cu101 to rchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.htm l Looking in links: https://download.pytorch.org/whl/torch_stable.html ERROR: Could not find a version that satisfies the requirement torch==1.6.0 +cu101 ERROR: No...
我为我的项目创建了一个虚拟环境,我正尝试通过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</ 浏览28提问于2020-07-09得票数 1 ...
pip3 install torch==1.2.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html 如果我选择 Windows、Cuda 10.0 和 Python 3.7,这是命令但是如果我运行它,我会收到错误消息: ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from versions: 0.1.2...
ERROR: Could not find a version that satisfies the requirement torch==2.3.1 ERROR: No matching distribution found for torch==2.3.1 为什么找不到版本呢? 04-06· 上海 回复喜欢 sleaf 作者 你是不是 -i mirrors.aliyun.com/pyto,要-f 04-06· 北京 回复1 sleaf 作者 无涯子 ...
sudo pip install ipython 报错: ERROR: Could not find a version that satisfies the requirement prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 (from ipython) (from versions: none) ERROR: No matching distribution found for prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 (from ipython)...
pip install detectron2 但是,pip 命令在执行时抛出了一个错误,提示如下: ERROR: Could not find a version that satisfies the requirement detectron2 (from versions: none) ERROR: No matching distribution found for detectron2 pip 没有找到一个与我系统和 Python 版本兼容的包。于是就尝试手动下载 Detectr...
Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 1.7.0, 1.10.0+cu113, 1.10.1+cu113, 1.10.2+cu113) No matching distribution found for torch==1.12.1+cu113 You are using pip version 9.0.1, however version 22.2.2 is available. ...
I doubt the critical error isERROR: Could not find a version that satisfies the requirement Cython (from versions: none), which, I think, indicates that there's no 'Cython' in my environment. Should I firstly run something likeconda install Cython? Since it's somewhat dangerous to try fixin...
ERROR: Could not find a version that satisfies the requirement torch==x.x.x (from versions: x.x.x,…) 1. 或 ERROR: No matching distribution found for torch==x.x.x 1. 这些错误提示表明pip无法找到或安装所需版本的PyTorch。让我们来看一下可能导致这个问题的原因以及如何解决它。