首页 > 编程语言 > 详细

python 安装第三方包时 read timed out

时间:2018-07-23 13:30:23      阅读:307      评论:0      收藏:0      [点我收藏+]

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

pip install numpy

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

改变默认时间

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

 

 

 

python 安装第三方包时 read timed out

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!