IsaacLab icon indicating copy to clipboard operation
IsaacLab copied to clipboard

[Question] Error when using other python package (open3d) in the environment

Open ErvinZzz opened this issue 1 year ago • 1 comments

Question

When I try to use open3d to process the pointcloud data from the simulation, it raise a bug:

import open3d as o3d ...... from typing_extensions import TypedDict, NotRequired ImportError: cannot import name 'NotRequired' from 'typing_extensions'

Any one managed to use open3d inside the environment?

ErvinZzz avatar May 05 '24 23:05 ErvinZzz

Can you please provide more details on which version of Isaac Sim, Isaac Lab and open3d you are working with?

Mayankm96 avatar Jul 29 '24 10:07 Mayankm96