3

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

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
2
  • python 3.7 is still in beta and most likely is that the developers of the libraries like pandas do not use that version, I recommend using version other than alpha or betas Commented May 6, 2018 at 22:02
  • That being said, perhaps the Pandas maintainers know about this. You should check there. Commented May 6, 2018 at 22:09

1 Answer 1

3

Supported version list update as of 06 July 2018:

Officially Python 2.7, 3.5, 3.6, and 3.7


From the Current DOCS:

Python version support

Officially Python 2.7, 3.5, and 3.6.

Sign up to request clarification or add additional context in comments.

2 Comments

At the time of writing (24 Sep 2018), 3.7 is also officially supported.
Another update, currently Python 3.7 is no longer supported. But 3.7.1 is.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.