Skip to content

Plotly 4.2 breaks figure_factory (when scikit-image isn't installed) #1829

Closed
@ethanopp

Description

@ethanopp

scikit-image needs to be added to dependencies

C:\Users\OPPENE\PyCharm\Projects\fitness\venv\Scripts\python.exe C:/Users/OPPENE/PyCharm/Projects/fitness/index.py
Traceback (most recent call last):
  File "C:/Users/OPPENE/PyCharm/Projects/fitness/index.py", line 6, in <module>
    from pages import performance, home, settings, power
  File "C:\Users\OPPENE\PyCharm\Projects\fitness\pages\home.py", line 5, in <module>
    import plotly.figure_factory as ff
  File "C:\Users\OPPENE\PyCharm\Projects\fitness\venv\lib\site-packages\plotly\figure_factory\__init__.py", line 27, in <module>
    from plotly.figure_factory._ternary_contour import create_ternary_contour
  File "C:\Users\OPPENE\PyCharm\Projects\fitness\venv\lib\site-packages\plotly\figure_factory\_ternary_contour.py", line 11, in <module>
    from skimage import measure
ModuleNotFoundError: No module named 'skimage'

Process finished with exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions