pandas 在python 3.7中安装pandas

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/50204902/
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 05:32:18  来源:igfitidea点击:

install pandas in python 3.7

pythonpython-3.xpandas

提问by Patricio Rodriguez

I can′t install pandas for python 3.7 windows 10 this is the message

我无法为 python 3.7 windows 10 安装 pandas 这是消息

C:\Users\PATRICIO\AppData\Local\Programs\Python\Python37\Scripts>pip3 install pandas
Collecting pandas
  Using cached https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz
  Could not find a version that satisfies the requirement Cython (from versions: )
No matching distribution found for Cython

回答by Stephen Rauch

Supported version list update as of 06 July 2018:

截至 2018 年 7 月 6 日支持的版本列表更新:

Officially Python 2.7, 3.5, 3.6, and 3.7

官方 Python 2.7、3.5、3.6 和 3.7



From the Current DOCS:

从当前文档

Python version support

Python版本支持

Officially Python 2.7, 3.5, and 3.6.

正式的 Python 2.7、3.5 和 3.6。