gpt4 book ai didi

python - AttributeError : module 'matplotlib' has no attribute 'get_data_path' on Visual Studio's jupyter-notebook

转载 作者:行者123 更新时间:2023-12-03 16:26:09 27 4
gpt4 key购买 nike

当我想在Visual Studio的jupyter-notebook上导入matplotlib.pyplot时,出现以下错误。

---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
----> 1 import matplotlib.pyplot as plt

~/miniconda3/envs/firstSteps/lib/python3.8/site-packages/matplotlib/__init__.py in
903 # triggering resolution of _auto_backend_sentinel.
904 rcParamsDefault = _rc_params_in_file(
--> 905 cbook._get_data_path("matplotlibrc"),
906 # Strip leading comment.
907 transform=lambda line: line[1:] if line.startswith("#") else line,

~/.local/lib/python3.8/site-packages/matplotlib/cbook/__init__.py in _get_data_path(*args)

AttributeError: module 'matplotlib' has no attribute 'get_data_path'
但是,如果我在导航器的jupyter-notebook上尝试相同的代码,则不会出现此错误。
所以我不明白为什么会出现此错误,因为两个笔记本都在安装了matplotlib 3.3.1版本的同一内核下运行。
如果有人能给我任何启发,我将不胜感激。 :)

最佳答案

我遇到了同样的问题,并通过使用以下顺序来解决它

  • 使用终端直接定向到项目根文件夹
  • 假设您正在运行conda环境。因此,通过以下方式激活环境conda activate env-name
  • 运行python解释器:python命令并检查天气matplotib已由安装\import matplotlib
  • 运行code .命令在此目录中打开VScode。
  • 打开终端并检查天气环境是否已激活
    enter image description here
  • 还检查天气jupyter Ipython内核是否在同一环境下运行
    enter image description here
  • 如果不是任何环境,则将其更改为特定环境\

  • 通常,这不会在 pip环境中发生,因为VScode多数情况下不会自动激活两个 channel [pip,conda]或conda环境。

    关于python - AttributeError : module 'matplotlib' has no attribute 'get_data_path' on Visual Studio's jupyter-notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63826975/

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