Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be great to be able to run open3d without plotly installed #7065

Open
3 tasks done
Hjorthmedh opened this issue Nov 20, 2024 · 0 comments
Open
3 tasks done

Comments

@Hjorthmedh
Copy link

Checklist

Proposed new feature or change

The plotly installation has over 30000 files, and I would like to use the open3d features without having plotly installed (limited number of files allowed on HPC).

But I am unable to import open3d without plotly.

>>> import open3d
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/lib/python3.11/site-packages/open3d/__init__.py", line 112, in <module>
    import open3d.visualization
  File "lib/python3.11/site-packages/open3d/visualization/__init__.py", line 19, in <module>
    from .draw_plotly import draw_plotly
  File "/lib/python3.11/site-packages/open3d/visualization/draw_plotly.py", line 10, in <module>
    import plotly.graph_objects as go
ModuleNotFoundError: No module named 'plotly'
/lib/python3.11/site-packages> find plotly -name "*" | wc
  33492   33492 2072651

33492 files for plotly is a lot, and not needed for all parts of open3d.

References

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant