ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Problem with ipython console connecting to kernel #932

Open hkprivett opened 8 years ago

hkprivett commented 8 years ago

I have been having a problem with Spyder where upon startup (or anytime I try to open a new ipython consolein Spyder), I get a message in the ipython console that says "Connecting to kernel..." with a spinning wheel and eventually an error message that says "Python has stopped working". capture1

I get the same error ("Python has stopped working") when I try to use "ipython console" or "jupyter console" from the command prompt.

I have tried the following: 1) Uninstalling and reinstalling Anaconda 2) Reset Spyder Settings 3) updating pyzmq (15.3.0)

Here is what I'm working with: capture

Windows 7 Python 3.5.2 64 bit Qt 4.8.7 PyQT4 4.11.4

Note: I have no problem running scripts from a regular python console in Spyder.

ccordoba12 commented 8 years ago

There are some problems with IPython 5.0 that could be causing this.

hkprivett commented 8 years ago

Sorry! I didn't specify this before, but I have ipython 4.2.0. Do these problems you are referring to exist with ipython 4 as well?

Here are some more symptoms:
1) ipython runs fine when I type "ipython" on the command line:

capture2a

2) when I try to open jupyter notebook from the command line, I the following errors:

capture2b

ccordoba12 commented 8 years ago

Do these problems you are referring to exist with ipython 4 as well?

No, they don't. I don't know what could be happening in this case.