码迷,mamicode.com
首页 > 编程语言 > 详细

python 安装第三方包时 read timed out

时间:2018-07-23 14:53:59      阅读:722      评论:0      收藏:0      [点我收藏+]

标签:numpy   timeout   highlight   nump   def   安装   style   color   error   

记录下安装python第三方包超时报错,解决方法:(以安装numpy为例)

pip install numpy

报错:raise ReadTimeoutError(self._pool, None, ‘Read timed out.‘)

改变默认时间

pip --default-timeout==100 install -U numpy

 

 

 

python 安装第三方包时 read timed out

标签:numpy   timeout   highlight   nump   def   安装   style   color   error   

原文地址:https://www.cnblogs.com/Climbing-Snail/p/9353992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!