janpipek / physt

Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.
MIT License
129 stars 15 forks source link

ImportError with newer plotly #66

Closed janpipek closed 3 years ago

janpipek commented 3 years ago
[SOMEDIR}\physt\physt\plotting\plotly.py in <module>
     12 
     13 import plotly.offline as pyo
---> 14 import plotly.plotly as pyp
     15 import plotly.graph_objs as go
     16 

~\Miniconda3\lib\site-packages\plotly\plotly\__init__.py in <module>
      2 from _plotly_future_ import _chart_studio_error
      3 
----> 4 _chart_studio_error("plotly")

~\Miniconda3\lib\site-packages\_plotly_future_\__init__.py in _chart_studio_error(submodule)
     41 
     42 def _chart_studio_error(submodule):
---> 43     raise ImportError(
     44         """
     45 The plotly.{submodule} module is deprecated,

ImportError: 
The plotly.plotly module is deprecated,
please install the chart-studio package and use the
chart_studio.plotly module instead. 
janpipek commented 3 years ago

Fixed