解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题

标题## 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题

使用pip install xx安装的时候出现上面的问题,因为网络不稳定,可以使用国内镜像源
方法:
pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple/


版权声明:本文为m0_53195006原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。