Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
IPython 0.12错误_Ipython - Fatal编程技术网

IPython 0.12错误

IPython 0.12错误,ipython,Ipython,我将IPython 0.12用于主从式HPC任务。我只是从0.10.1切换到0.12。我对我的代码没有太多改变。但是ipcontroller和客户端程序输出以下消息: E: Unhandled error on recv: 11/Resource temporarily unavailable E: Unhandled error on send: 11/Resource temporarily unavailable E: Unhandled error on recv: 11/Resourc

我将IPython 0.12用于主从式HPC任务。我只是从0.10.1切换到0.12。我对我的代码没有太多改变。但是ipcontroller和客户端程序输出以下消息:

E: Unhandled error on recv: 11/Resource temporarily unavailable
E: Unhandled error on send: 11/Resource temporarily unavailable
E: Unhandled error on recv: 11/Resource temporarily unavailable
E: Unhandled error on send: 11/Resource temporarily unavailable
E: Unhandled error on recv: 11/Resource temporarily unavailable
E: Unhandled error on send: 11/Resource temporarily unavailable

这些进程仍在运行。我甚至不知道臭虫在哪里?我怎样才能追踪这些虫子?这只是一个警告吗?

这是libzmq-2.1.10中的一个bug,如果您更新到当前版本(当前为2.1.11),它应该会消失


参考:

这是libzmq-2.1.10中的一个bug,如果您更新到当前版本(当前为2.1.11),它应该会消失


ref:

您有什么版本的libzmq?(
导入zmq;打印zmq.zmq_version()
)您有什么版本的libzmq?(
导入zmq;打印zmq.zmq_version()