解决pip pandas 安装提示time out

解决pip pandas 安装提示time out,第1张

使用以下办法:
更换pip下载源
更改为国内清华大学镜像源

pip install package_name -i https://pypi.tuna.tsinghua.edu.cn/simple
阿里云 https://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

例如:
pip install pandas  -i https://pypi.tuna.tsinghua.edu.cn/simple

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/714732.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-24
下一篇 2022-04-24

发表评论

登录后才能评论

评论列表(0条)

保存