dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
615 stars 63 forks source link

'pytransform3d.visualizer' has no attribute 'Figure' #280

Closed sdbhosale closed 7 months ago

sdbhosale commented 7 months ago

I installed the pytranform3d in my conda env and was trying to run the example notebook on vis_basis.ipynb from the website. However I am getting AttributeError: module 'pytransform3d.visualizer' has no attribute 'Figure'

Any reason this would happen? Let me know if I am missing anything? Thank you in advance.

AlexanderFabisch commented 7 months ago

Hi, the 3D visualizer requires an optional dependency: open3d. Please let me know if installing it solves the problem.