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
I installed the last version of SpacePy, And if I try to import it I get the error message:
File "~/lib/python3.10/site-packages/pytplot/HTMLPlotter/TVarFigure1D.py", line 8, in <module>
from bokeh.plotting.figure import Figure
ModuleNotFoundError: No module named 'bokeh.plotting.figure'``
I believe that there are some changes in the new version.
The text was updated successfully, but these errors were encountered:
I think pytplot is moving toward matplotlib instead of bokeh. There's a separate branch in the pytplot repo for that effort, where most of the new development is happening, and I think the plan is to eventually make that the new master.
For pyspedas we're using this in the requirements.txt file:
pytplot-mpl-temp>=2.1.17
So if you're not explicitly using the bokeh features, give the matplotlib version a try.
I installed the last version of SpacePy, And if I try to import it I get the error message:
I believe that there are some changes in the new version.
The text was updated successfully, but these errors were encountered: