-
Notifications
You must be signed in to change notification settings - Fork 108
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
Ubuntu 16.04 ImportError: No module named 'jupyter_client' #186
Comments
Some comments: and when I run |
Solved sort of, I had to run |
I am still getting this error. Did not get fixed by doing what this thread recommends. Any ideas?
|
bump. were you able to fix this? @Gahamelas |
I did! Had to do with variables and different version of python. Not sure how I specifically managed to fix it, I changed many things at once, and one day I tried and it worked. |
Function |
Hi
I am running Ubuntu 16.04, upgraded to pip 9.03 (because pip 10 has a
bug), running emacs git master from June.
I installed your package via melpa, then
I installed, via pip, the matlab kernel and the jupyter client. Both are
in
/usr/local/lib/python2.7/dist-packages
Now following the advice of John Kitchin, I try to execute the following
code
But I obtain the following error in the debug buffer
I also tried the example provided in
https://github.com/gregsexton/ob-ipython
but the result was the same.
So how shall I modify that line in the client.py?
Thanks and regards
Uwe Brauer
The text was updated successfully, but these errors were encountered: