-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double requirement given in Python 3.4.7 from version 0.21.0 #20764
Comments
Pandas doesn't support 3.4. There was an issue with our |
To be clear, pandas 0.21 dropped support for python 3.4. You'll want to require an earlier version. |
Ah, so there were earlier distributions of the binary which allowed 3.4 to install and those have been retroactively fixed but under the same version number? I only ask because I have some 3.4 virtual machines with 2.1 and 2.2 installed. Also this error doesn't seem to be saying anything about the python version requirements and instead points to Thanks |
No I don't think the files for https://pypi.org/project/pandas/0.21.0/ were fixed. I believe I'm not sure about the numpy / pip part. |
That's where my confusion has come from. I've been able to install 0.21 and 0.22 to previous Python 3.4 interpreters and the fix you linked looks like it's scheduled for 0.23 and shouldn't be in the releases. I mean if |
This issue is caused by the pip version 10 release. |
@jorisvandenbossche Ah, that explains it, thank you. I should have known it was related to the pip 10 release, been having a few troubles with that at the moment. |
I'm currently trying to install Pandas on a 3.4.7 environment and I am receiving this error from pip:
It looks as though it was something introduce in
0.21.0
. I would just upgrade the version of python, but this project currently has aPySide
dependency which has a max requirement of 3.4.Any idea's what may be causing this error?
maximin
The text was updated successfully, but these errors were encountered: