pip install 导入三方包报错
image.png
原因:查找网上的解释是网速太慢,或被墙了。
解决办法:使用国内镜像加速。
>pip install pytest -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
image.png
原因:查找网上的解释是网速太慢,或被墙了。
解决办法:使用国内镜像加速。
>pip install pytest -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com