在Python 3.7中安装pandas

3
我无法在Windows 10的Python 3.7上安装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

Python 3.7仍处于测试版阶段,很可能像pandas这样的库的开发人员不使用该版本,我建议使用其他版本而非alpha或beta版本。 - eyllanesc
话虽如此,也许Pandas的维护者们知道这件事。你应该去那里查一查。 - user1531971
1个回答

3

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

官方支持的版本为Python 2.7、3.5、3.6和3.7


来自当前 DOCS:

Python版本支持

官方支持Python 2.7、3.5和3.6。


截至2018年9月24日编写本文时,3.7也得到了官方支持。 - Thomas
另一个更新,目前不再支持Python 3.7。但是3.7.1是支持的。 - Hemerson Tacon

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接