Could not find a version that satisfies the requtrement pandas

Posted 爆米花9958

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not find a version that satisfies the requtrement pandas相关的知识,希望对你有一定的参考价值。

命令行输入pip提示不是内部或外部命令

安装python pandas库遇到的一些问题,其实应该是两个问题,首先是使用pip的问题,一开始我安装好python后,配置好环境变量,本来以为可以开始愉快的使用了,结果命令行敲入pip,结果提示我‘pip’不是内部或外部命令。。。

按理说pip已经是python自带的工具了,难道没给我安装?好吧,手动重新安装一次,又捣鼓一次,再次输入pip,!!!!!!!fuck,还是提示我‘pip’不是内部或外部命令。。。

看来不是pip安装的问题,问下度娘,好吧,现在在python安装目录中找到script文件夹,查看文件夹内部是否存在pip3.exe这个文件。

如果没有,在命令行输入:python -m ensurepip 将pip.exe文件下载下来.

我是一顿操作才来看的文件夹,这时候我这里有3个了,一个pip.exe,一个pip3.exe和一个pip3.9.exe。有人说是因为安装了多个版本,python无法确认使用哪个,算了,直接把pip3.9.exe删了

这时就可以用pip下载安装我们需要的三方库

解决了pip无法使用的问题了,接下来安装pandas吧

Could not find a version that satisfies the requtrement pandas

心中一万个mmp走过,还是请教度娘

解决方法

打开cmd,采用双保险方法(既延长时间又采用国内镜像源),输入命令:pip install pandas --default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn/simple

这样就下载成功啦,其他第三方包或库下载方法类似。

顺利搞定,开心

 

 

参考:

https://blog.csdn.net/weixin_42112678/article/details/81214173

https://blog.csdn.net/weixin_42571952/article/details/102988289

以上是关于Could not find a version that satisfies the requtrement pandas的主要内容,如果未能解决你的问题,请参考以下文章

pandas包的安装和Could not find a version that satisfies|9

Could not find a version that satisfies the requirement 的解决方案

Could not find a version that satisfies the requirement certbot 升级失败

anaconda安装Opencv报错:Could NOT find PythonLibs: Found unsuitable version "2.7.6",

python pip 安装一些包找不到的问题 Could not find a version that satisfies....

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