-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Updating pandas to v0.20.1 breaks Spyder #16551
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
I suppose this is related to the |
See PR #16294 that prevents clipboard functionality (and thys PyQt4) to be imported on the main import. Would you be able to check that it works with pandas master? |
I'm happy to confirm that with pandas 0.21.0.dev+105.g03d44f3 the issue is fixed |
Thanks. 0.20.2 should be out in a couple days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating pandas to the latest version, 0.20.1, spyder (v3.1.4, Python 2.7.9 64bits, Qt 4.8.6, PyQt4 (API v2) 4.11.3) on Linux, Fedora 21, does not start anymore, and issues the following error message
Reverting to the previous installed version, v0.19.2 makes spyder work again.
It looks like pandas v0.20.1 is somehow setting the PyQt API to version 1:
With v0.19.2 (and every other python package unchanged), QString is undefined
Note that this Python has been compiled and installed from source, it's neither the Python included in the Fedora repositories, nor the Anaconda's Python.
Is this a bug or some sort of configuration problem?
The text was updated successfully, but these errors were encountered: