-
Notifications
You must be signed in to change notification settings - Fork 225
Issues loading pandas after anaconda update #1713
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
Try reinstalling pandas? @stepseazy |
Hi, Same problem here.I tried reinstalling pandas, qt and other stuff. Still same error. It seems that a fresh install fix the problem. |
TRY: |
I think this requires a fix in Pandas. @TomAugspurger? |
Check out pandas-dev/pandas#16288 and the fix in pandas-dev/pandas#16294 I think the issue was having both PyQt5 and PyQt4 installed. |
Ok, thanks for the quick answer. Wouldn't it be better to use a shim (like qtpy) instead of trying to import directly from PyQt4? I say it because this could bite Spyder too (which nowadays runs usually in PyQt5). |
Closing as this is an upstream bug. |
I don't know if the library we use for the clipboard stuff works with PyQt5. |
I think Conda still has a bug here, which is that the PyQt4 directory is not cleaned up when PyQt5 is installed by |
Hi continuum programmers,
I've been having some trouble loading my jupyter notebook after upgrading anaconda and all packages.
Here is my code:
And I get the following error if I reload the whole notebook:
If I just run the cell again I get this error:
I'm not sure how to troubleshoot this issue...
Thanks,
Rik
The text was updated successfully, but these errors were encountered: