Skip to content
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

ImportError: IPython.kernel has been replaced by IPython.parallel. #3

Closed
decentral1se opened this issue Oct 26, 2013 · 3 comments
Closed

Comments

@decentral1se
Copy link

╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ python singlecell.py 1 ↵
Traceback (most recent call last):
File "singlecell.py", line 39, in
from IPython.kernel.multikernelmanager import MultiKernelManager
File "/usr/lib/python2.7/dist-packages/IPython/kernel/init.py", line 10, in
raise ImportError(doc)
ImportError: IPython.kernel has been replaced by IPython.parallel.

The previous version of IPython's parallel library was located at this
location (IPython.kernel). It has been moved to the IPython.parallel
subpackage and has been refactored to use zeromq/pyzmq instead of twisted.

Please see INSERT URL for further details.

╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ python --version 1 ↵
Python 2.7.4

╭─lwm@lwm-Latitude-D620 ~/repos/singlecell ‹master›
╰─$ cat /proc/version
Linux version 3.8.0-31-generic (buildd@aatxe) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #46-Ubuntu SMP Tue Sep 10 19:56:49 UTC 2013

@minrk
Copy link
Owner

minrk commented Oct 26, 2013

singlecells requires IPython ≥ 1.0

@minrk minrk closed this as completed Oct 26, 2013
@decentral1se
Copy link
Author

right, well shouldn't you write that somewhere in the readme?

minrk added a commit that referenced this issue Oct 26, 2013
@minrk
Copy link
Owner

minrk commented Oct 26, 2013

Indeed I should. Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants