pandas Python 3.6 安装大熊猫错误 - 找不到大熊猫的匹配分布

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/47040407/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 04:43:03  来源:igfitidea点击:

Python 3.6 installing pandas Error - No Matching distribution found for pandas

pythonpython-3.xpandas

提问by user8863651

I have tried this out with xlwings too and I get the same error. I am fairly new to Python. However, I have install other packages such as cx_Oracle with no issues using the same command line as the image. I've tried a lot of different solutions through sites like this but none have worked so far.

我也用 xlwings 试过这个,我得到了同样的错误。我对 Python 相当陌生。但是,我使用与图像相同的命令行安装了其他软件包,例如 cx_Oracle,没有任何问题。我已经通过这样的网站尝试了很多不同的解决方案,但到目前为止都没有奏效。

I would be grateful for any suggestions as this one I am struggling with! I forgot to mention my Python is 32 bit. I've attached an error screenshot of the issue I am having in command prompt

我将不胜感激,因为我正在努力解决这个问题!我忘了提到我的 Python 是 32 位的。 我附上了我在命令提示符中遇到的问题的错误屏幕截图

回答by Hoss

Thanks, It worked fin for me:

谢谢,它对我有用:

python -m pip install pandas Collecting pandas Downloading https://files.pythonhosted.org/packages/a1/3d/d8fece11f6dc9bd332bda6f412be68cf3d505dde280d34e4465d7b71b63c/pandas-0.23.3-cp36-cp36m-win32.whl(6.6MB) 100% |████████████████████████████████| 6.6MB 1.2MB/s Collecting pytz>=2011k (from pandas) Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl(510kB) 100% |████████████████████████████████| 512kB 1.2MB/s Requirement already satisfied: numpy>=1.9.0 in c:\users\hoss\appdata\local\programs\python\python36-32\lib\site-packages (from pandas) (1.14.5) Collecting python-dateutil>=2.5.0 (from pandas) Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl(211kB) 100% |████████████████████████████████| 215kB 1.5MB/s Requirement already satisfied: six>=1.5 in c:\users\hoss\appdata\local\programs\python\python36-32\lib\site-packages (from python-dateutil>=2.5.0->pandas) (1.11.0) Installing collected packages: pytz, python-dateutil, pandas Successfully installed pandas-0.23.3 python-dateutil-2.7.3 pytz-2018.5

蟒-m PIP安装Pandas收集大Pandas下载https://files.pythonhosted.org/packages/a1/3d/d8fece11f6dc9bd332bda6f412be68cf3d505dde280d34e4465d7b71b63c/pandas-0.23.3-cp36-cp36m-win32.whl(6.6MB)100%|███ █████████████████████████████| 6.6MB 1.2MB /秒收集pytz> = 2011k(从大Pandas)下载https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl(510KB) 100% |████████████████████████████████| 512kB 1.2MB/s 已满足要求:numpy>=1.9.0 in c:\users\hoss\appdata\local\programs\python\python36-32\lib\site-packages (from pandas) (1.14.5) 收集python-dateutil>=2.5.0(来自Pandas)下载https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl(211KB)100%|███████████ █████████████████████| 215kB 1.5MB/s 已满足要求:6>=1.5 in c:\users\hoss\appdata\local\programs\python\python36-32\lib\site-packages(来自python-dateutil>=2.5.0-> pandas) (1.11.0) 安装收集包:pytz、python-dateutil、pandas 成功安装pandas-0.23.3 python-dateutil-2.7.3 pytz-2018.5