You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(base) alobo@pop-os:~$ ncvue
Traceback (most recent call last):
File "/home/alobo/.local/bin/ncvue", line 5, in <module>
from ncvue.__main__ import main
File "/home/alobo/.local/lib/python3.9/site-packages/ncvue/__init__.py", line 91, in <module>
from .ncvscatter import ncvScatter
File "/home/alobo/.local/lib/python3.9/site-packages/ncvue/ncvscatter.py", line 50, in <module>
from matplotlib import pyplot as plt
File "/home/alobo/.local/lib/python3.9/site-packages/matplotlib/pyplot.py", line 66, in <module>
from matplotlib.figure import Figure, FigureBase, figaspect
File "/home/alobo/.local/lib/python3.9/site-packages/matplotlib/figure.py", line 43, in <module>
from matplotlib import _blocking_input, backend_bases, _docstring, projections
File "/home/alobo/.local/lib/python3.9/site-packages/matplotlib/projections/__init__.py", line 58, in <module>
from mpl_toolkits.mplot3d import Axes3D
File "/usr/lib/python3/dist-packages/mpl_toolkits/mplot3d/__init__.py", line 1, in <module>
from .axes3d import Axes3D
File "/usr/lib/python3/dist-packages/mpl_toolkits/mplot3d/axes3d.py", line 25, in <module>
import matplotlib.docstring as docstring
ModuleNotFoundError: No module named 'matplotlib.docstring'
I tried already after:
alobo@pop-os:~$ conda install matplotlib
The text was updated successfully, but these errors were encountered:
After apparentely successful installation with:
I get:
I tried already after:
alobo@pop-os:~$ conda install matplotlib
The text was updated successfully, but these errors were encountered: