pytest安装失败,报错Could not find a version that satisfies the requirement pytest

问题

安装pytest失败,尝试使用的命令有

pip install pytest
pip3 install pytest
pip install -U pytest
pip install pytest -i https://pypi.tuna.tsinghua.edu.cn/simple

但是都会报同样的错:
pytest安装失败,报错Could not find a version that satisfies the requirement pytest_第1张图片

解决方案

发现可能是挂了梯子的原因,关掉梯子再pip install pytest就可以了
pytest安装失败,报错Could not find a version that satisfies the requirement pytest_第2张图片

如果你不是因为梯子才报错的,可以看看其他原因,可能有pip没更新、网络不太好等等。

你可能感兴趣的:(pytest)