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

下载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/

物联沃分享整理
物联沃-IOTWORD物联网 » pip报错ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)

发表评论