-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Creating DataFrames in Python or IPython consoles make Spyder 2.3.6 to hang #2654
Comments
Thanks for reporting. I'll try to fix it ASAP. Question: was this working for you in Spyder 2.3.5.2? |
Thanks! Yes, it works fine in 2.3.5.2, that's what I'm using now. M Shashanka |
Am also running spyder 2.3.6 w/ pandas 0.16.2 and ipython 4.0.1 on OS X Yosemite and have the same issue when using the pandas pivot function. This can be avoided by shutting variable explorer panel. |
@msweier, this error will be fixed in 2.3.7. Sorry for the inconvenience :-) |
No problem thanks! |
I'm having the same issue, even just doing |
Just for the record: this happens only in Python 2. Python 3 seems immune to this bug :-) |
This was caused by trying to fix issue #2514. |
thanks ! would it be possible to have an earlier 2.3.7 with this important fix ? |
@stonebig, yes, of course. That's why I tagged this issue with the 2.3.7 milestone. I hope to release it this weekend :-) |
I think problem is still not resolved with 2.3.7 with following other packages
|
you may try to downgrade to Jedi 0.8.1. |
@stonebig - nope jedi downgrade didn't work out... |
no issue whatsoever with spyder3.0dev of yesterday night, even on Python 2.7. |
This is similar to #2652.
I just upgraded to spyder 2.3.6. I am using pandas 0.16.2 and IPython 4.0 on OS X Yosemite. Spyder essentially crashes (it hangs and I have to force quit the application) when I try to run a code snippet like the one below in the spyder ipython console. The same code works just fine if I open ipython in a terminal window and run it.
The text was updated successfully, but these errors were encountered: