当前位置:首页 » 《随便一记》 » 正文

pip报错ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)

6 人参与  2023年04月01日 13:29  分类 : 《随便一记》  评论

点击全文阅读


下载pandas报错如下:

pip install pandas

ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas

解决方法:

 在语句后面加上其他源,我这里用的清华源

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

然后成功:!!!

 ps:

国内常用镜像源
清华大学 :https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科学技术大学 :http://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学:http://pypi.hustunique.com/
豆瓣源:http://pypi.douban.com/simple/
腾讯源:http://mirrors.cloud.tencent.com/pypi/simple
华为镜像源:https://repo.huaweicloud.com/repository/pypi/simple/


点击全文阅读


本文链接:http://zhangshiyu.com/post/57785.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1