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?
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?