Python使用镜像安装pip、第三方库

  • 【操作】
    Python安装pip、第三方库

  • 【常见报错】
    The read operation timed out
    Read timed out

  • 【解决方案】
    使用国内镜像:

pip install xxxx -i https://pypi.douban.com/simple
安装第三方库报超时
使用镜像安装

参考:
https://www.cnblogs.com/xianhan/p/9084838.html

你可能感兴趣的:(Python使用镜像安装pip、第三方库)