Replies: 1 comment
-
Unfortunately, since we don't use type annotations or generate type stubs Pylance and other Python language servers have limited ability to understand Open3D. You could try automatically generating type stubs with a tool like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example
yields "Visualizer" is not a known member of module "open3d.visualization" and "Visualizer" is unknown import symbol.
How should we fix this?
Beta Was this translation helpful? Give feedback.
All reactions