关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

python第三方库中国镜像下载详细地址

发布时间:2020-03-09 00:00:00

   Python 第三方库中国镜像下载详细地址

因为 Python 网络服务器国外,因而应用 pip 安裝第三方控制模块或是库的情况下,网络速度非常慢,常有以下出错:

$ socket.timeout: The read operation timed out

为提高网络速度,能够 应用中国镜像下载,常见的中国镜像系统有:

豆瓣电影

  • https://pypi.douban.com/simple

阿里云服务器

  • https://mirrors.aliyun.com/pypi/simple

清华

  • https://pypi.tuna.tsinghua.edu.cn/simple

中国科大

  • https://pypi.mirrors.ustc.edu.cn/simple

操作方法为在 pip 指令后加 -i URL 方式 ,以从阿里云服务器免费下载 pandas 库为例:

$ pip install pandas -i https://mirrors.aliyun.com/pypi/simple

/template/Home/Zkeys/PC/Static