欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

pip pip3 install 安装python 库文件时 包文件时 提示 read timeout readtimeout 自己亲自做的 有大用 有大大用

 read timeout readtimeout   应该是获取库文件超时 

我们把镜像弄成 阿里云 或 清华大学的吧

  1. 阿里云镜像源:

pip install -i https://mirrors.aliyun.com/pypi/simple/ package_name
  1. 清华大学镜像源:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ package_name


普通分类: