gpt4 book ai didi

python - 无法在 jupyter 中导入 matplotlib.pyplot(但不是 ipython)

转载 作者:太空狗 更新时间:2023-10-29 21:00:30 24 4
gpt4 key购买 nike

更新:ipykeynel 4.4.1 于 8 月 9 日上午修复了此问题。

我有一个全新的安装,我一直在尝试启动和运行我的 python 依赖项,即 jupyter notebook 和 matplotlib。我已经 pip 安装了所有东西,并且“导入 matplotlib”有效。如果我在 jupyter notebook 中尝试“import matplotlib.pyplot”或“from matplotlib import pyplot as plt”,我得到:

ImportError                               Traceback (most recent call last)
...
/usr/local/lib/python2.7/dist-packages/IPython/core/pylabtools.pyc in configure_inline_support(shell, backend)
359 except ImportError:
360 return
--> 361 from matplotlib import pyplot
362
363 cfg = InlineBackend.instance(parent=shell)

ImportError: cannot import name pyplot

Full traceback

但是,如果我在 ipython(命令行)中,这工作正常。此外,从命令行从模块运行绘图,很好。我尝试了多种技术:

  • 按不同顺序安装/卸载 matplotlib、ipython 和 jupyter
  • 将 pip 与 --no-cache-dir 和/或 --ignore-installed 一起使用
  • 删除 ~/.cache、~/.ipython 和 ~/.jupyter
  • 确保没有使用 apt-get 安装包,只使用 pip 安装
  • 使用 apt-get 安装 python-matplotlib、ipython 和 python-jupyter

感觉好像我破坏了某种路径信息,但我无法找到导致这种情况的原因或原因,尤其是在多次 pip 卸载/重新安装和缓存清除之后。我已经阅读了与导入 matplotlib 有关的所有 SO 问题,没有一个有帮助。

我回滚到 matplotlib 1.4.3,这很有效,但它缺少一些我需要的功能。我意识到这可能是一个棘手的问题,所以如果您有任何见解,即使不完整,也将不胜感激。此外,如果这是值得报告错误的事情(从来没有做过,不确定这是 matplotlib 问题,还是只是在本地搞砸了),请这样评论,我会提交一个。谢谢!

系统信息:

Linux Mint 18 "Sarah"
Python==2.7.12
ipykernel==4.4.0
ipython==5.0.0
ipython-genutils==0.1.0
ipywidgets==5.2.2
jupyter==1.0.0
jupyter-client==4.3.0
jupyter-console==5.0.0
jupyter-core==4.1.0
notebook==4.2.2
numpy==1.11.1
pip 8.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)

在 ipython 和 jupyter 中 sys.path 的输出(两者相同):

['',
'/usr/local/bin',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PILcompat',
'/usr/lib/python2.7/dist-packages/gtk-2.0',
'/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
'/usr/local/lib/python2.7/dist-packages/IPython/extensions',
'/home/mm/.ipython']

最佳答案

我也有同样的问题,可能是ipykernel产生的问题。在我将 ipykernel 版本回滚到 4.3.1 之后。问题解决了。

就像@Igor Raush 说的,它看起来像 matplotlib.pyplot 的导入循环。

关于python - 无法在 jupyter 中导入 matplotlib.pyplot(但不是 ipython),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38838914/

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