-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Pandas 0.14 broke Python 2.6 support #7284
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
Comments
hmm, very odd, can you show |
i got this i see the problem |
gr8! |
hmm..very odd as travis passes just fine with an older version of |
cc @neirbowj |
it's because it's just a warning and maybe tests don't cover on the one it runs |
actually all versions running on travis are >= 1.6.2 so the warning won't be triggered.. should i put on 2.6 req file? |
yes, change that to 2.0.3 so it will trigger the warning (and fail) |
cool |
@jd in the mean time if you downgrade |
i don't have - nor do i want - openpyxl and i get the warning when i import pandas. i commented out the warning in my copy of the code, but i hope the warning will be completely removed in 0.14.1. |
@jreback I don't actually have openpyxl at all. Any ETA on the fix/release? It's clearly blocking our project :( |
well easiest to simply install openpyxl < 2 and it will work. master will be fixed soon as well. 0.14.1 is slated for about 1 month. |
@jreback Would this not be a reason to do a quicker bugfix release? As this seems rather critical to me (pandas broken for everybody who still uses 2.6 (unless you have openpyxl intalled, but if you don't use We can always still do a 0.14.2 release in a month or so (but I don't know how much work it is do to this) |
since installing openpyxl fixes this I don't think it's a reason to do a point release and/updating to master |
furthermore op can simply downgrade to 0.13.1 |
OK, but it is not really clear from the message that that is the solution, you already have to find this discussion to know that. |
it's an issue only on. 2.6 if you don't have openpyxl installed at all - if it's installed and. < 2 thrn it won't come up so you would have to have an existing. 2.6 installation have updated openpyxl in last. couple of weeks and upgrade pandas prob not a lot of users |
@colindickson @jd what platforms are you on? |
@jreback Ubuntu 12.04 LTS |
i have python 3.4 (x64) on both windows and ubuntu. for the record, my only issue is with the warning message itself. i do not have openpyxl, and i don't really use much excel I/O - when i do, i use xlxswriter, since it is faster. |
ok...on ubuntu you can build from master if you'd like, see here: http://pandas-docs.github.io/pandas-docs-travis/install.html#installing-from-source for windows I post binaries of master here: http://pandas.pydata.org/pandas-build/dev/ |
@jreback Oh I know, but this is not an option to hack the entire OpenStack CI system to do that :) Nevermind I've forced a dependency on pandas<0.14 for now. Thanks for fixing! |
gr8! |
This was a fun one. Started out like 😎 ended up like 😡 |
see this bug report: pandas-dev/pandas#7284
see this bug report: pandas-dev/pandas#7284
see this bug report: pandas-dev/pandas#7284
Since today I've the following issue when importing Pandas on Python 2.6
The text was updated successfully, but these errors were encountered: