-
Notifications
You must be signed in to change notification settings - Fork 5
Pip Install Fails #19
Comments
I'll have a look at it... but it might be this weekend! hy_kernel certainly what versions of things are you running? pip freeze might help. On Thu, Nov 19, 2015 at 3:45 PM Will F [email protected] wrote:
|
Hey, not sure if this is the same problem, but I had very similar error messages. Turns out the problem was that I had installed hy_kernel under Python 3 (since I now prefer developing using Python 3), but Jupyter was trying to start the kernel using /usr/bin/python, which is usually Python 2. (You can see this in the console output I worked around the problem by editing the file That´s pretty quick-and-dirty though, a more permanent fix is needed. Also, not sure if this will solve the OP´s problem. |
When I install with pip as per the README, ipython cannot find the kernel.
Relevant errors:
[W 13:34:40.822 NotebookApp] Kernel deleted before session
[W 13:34:40.823 NotebookApp] 410 DELETE /api/sessions/471112b4-1085-4035-9c8b-cadf970242aa (127.0.0.1) 2.22ms referer=http://localhost:8888/notebooks/classwork/hoeferlab/linefit/04%20Usable%20Space-Hy.ipynb
The text was updated successfully, but these errors were encountered: