[IPython-dev] AttributeError: 'Kernel' object has no attribute 'abort_queues'

Dave Hirschfeld dave.hirschfeld at gmail.com
Thu Aug 28 06:42:41 EDT 2014


I got the aforementioned error in an ipengine process.
I'm not sure of the sequence of events which led up to it, but from what I can 
see it doesn't exist in 2.1.

[IPEngineApp] ERROR | Exception in control handler:
Traceback (most recent call last):
  File "C:\Python\envs\quantdev\1.4.0.post673.g1d57b50\lib\site-
packages\IPython\kernel\zmq\ipkernel.py", line 200, in dispatch_control
    handler(self.control_stream, idents, msg)
  File "C:\Python\envs\quantdev\1.4.0.post673.g1d57b50\lib\site-
packages\IPython\kernel\zmq\ipkernel.py", line 666, in abort_request
    self.abort_queues()
AttributeError: 'Kernel' object has no attribute 'abort_queues'

https://github.com/ipython/ipython/blob/rel-
2.1.0/IPython/kernel/zmq/ipkernel.py

I've confirmed that this bug is also present in master:

https://github.com/ipython/ipython/blob/4dcc51a102619862141ee68742117adb4cd1e5
1d/IPython/kernel/zmq/kernelbase.py


PR available @ https://github.com/ipython/ipython/pull/6374


HTH,
Dave




More information about the IPython-dev mailing list