美文网首页
python安装pandas失败问题

python安装pandas失败问题

作者: 胡思乱想咸 | 来源:发表于2019-01-24 10:22 被阅读0次

python版本3.6

开始使用pip install pandas报错

在安装pandas的时候开始可以载入,但是后面显示 

raise ReadTimeoutError(self._pool, None, 'Read timed out.')

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

后来将pip语句更换为 pip --default-time=100 install pandas

成功安装pandas


报错提示 安装成功

相关文章

网友评论

      本文标题:python安装pandas失败问题

      本文链接:https://www.haomeiwen.com/subject/veqyjqtx.html