gpt4 book ai didi

python - IPython 内核在安装新模块后重新启动

转载 作者:太空宇宙 更新时间:2023-11-04 01:19:00 24 4
gpt4 key购买 nike

在我安装了一些新的第三方模块和“notebook”后,我正在使用“ipython”和“qtconsole”(它工作得很好)它停止工作并且内核不断重新启动。

错误在这里:

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/IPython/kernel/__init__.py", line 10, in <module>
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.

[IPythonQtConsoleApp] WARNING | kernel restarted

我该如何解决这个问题?错误显示“请参阅插入 URL 以了解更多详细信息。”我在哪里可以找到这个“插入 URL”???谢谢。

最佳答案

您安装了多个版本的 IPython,并且越来越困惑。 /usr/lib 中的版本与 apt 一起安装,并且是旧版本(pre-1.0)。

如果可用的话,最短的解决方法是apt-get remove ipython,只在您的系统上留下一个 IPython。

这个问题最有可能的原因easy_install,因为您说它是由安装另一个包引起的。当您已经使用 apt 安装了一个包时,easy_install 可能会错误地将 dist-packages 添加到 easy-install.pth。要检查这一点,请查看文件(如果存在):

~/.local/lib/python2.7/site-packages/easy-install.pth
/usr/local/lib/python2.7/dist-packages/easy-install.pth

如果有任何以 /usr/lib/python2.7/dist-packages 开头的条目,应将其删除。

关于python - IPython 内核在安装新模块后重新启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22515241/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com