You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(DrQueue_env)jens@vm:~/DrQueue_env$ drqueue
Traceback (most recent call last):
File "/home/jens/DrQueue_env/bin/drqueue", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/home/jens/DrQueue_env/src/drqueueipython/bin/drqueue", line 16, in <module>
import DrQueue
File "/home/jens/DrQueue_env/src/drqueueipython/DrQueue/__init__.py", line 19, in <module>
from .client import Client
File "/home/jens/DrQueue_env/src/drqueueipython/DrQueue/client.py", line 19, in <module>
from IPython.parallel.util import unpack_apply_message
ImportError: cannot import name unpack_apply_message
Maybe IPython has changed his API?
I found IPython.kernel.zmq.serialize.unpack_apply_message() see:
https://ipython.org/ipython-doc/dev/api/generated/IPython.kernel.zmq.serialize.html#IPython.kernel.zmq.serialize.unpack_apply_message
The text was updated successfully, but these errors were encountered: