ImportError: cannot import name 'JVisualizer' from 'open3d' since update to Version 0.10.0.0
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
**IMPORTANT: Please use the following template to report the bug.**
_____
**Describe the bug**
I recently updated my Open3D installation to version 0.10.0.0 and since can't use JVisualizer. Today, I recognized that the same error also appears in the example provided in the Docs at http://www.open3d.org/docs/release/tutorial/Basic/jupyter.html . When I downgrade to Open3D==0.9.0.0, everything works as expected.
**To Reproduce**
Ensure, that you use Open3D==0.10.0.0. Try to import JVisualizer using `from open3d import JVisualizer`. See the error message printed to the output.
**Expected behavior**
open3d is able to import JVisualizer.
**Screenshots**
See the Docs page of Open3D at http://www.open3d.org/docs/release/tutorial/Basic/jupyter.html
**Environment (please complete the following information):**
- Operating system: OSX 10.15.4
- Python version: Python 3.7.4
- Open3D version: 0.10.0.0
- Is this remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): -
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.