python pytest安装失败
python pytest安装失败
1 | pip install pytest |
报错信息:
ERROR: Could not find a version that satisfies the requirement pytest
ERROR: No matching distribution found for pytest
解决办法:使用镜像安装
1 | pip install pytest -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com |
使用pip list查看一下,显示安装成功!
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Double本の博客!
评论