简体   繁体   English

在python 3.7中安装pandas

[英]install pandas in python 3.7

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

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 : 来自当前的DOCS

Python version support Python版本支持

Officially Python 2.7, 3.5, and 3.6. 官方Python 2.7,3.5和3.6。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM