Hello,
I wrote an extension that has as dependencies open3d and opencv-python.
Whenever I activate the extension, I get the following error:
Error: cannot import name 'NotRequired' from 'typing_extensions' (/home/anthony/.local/share/ov/pkg/isaac_sim-2023.1.0/kit/exts/omni.kit.pip_archive/pip_prebundle/typing_extensions.py). Traceback:
Traceback (most recent call last):
File "/home/anthony/.local/share/ov/pkg/isaac_sim-2023.1.0/kit/kernel/py/omni/ext/_impl/custom_importer.py", line 76, in import_module
return importlib.import_module(name)
File "/home/anthony/.local/share/ov/pkg/isaac_sim-2023.1.0/kit/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
Tried the new isaac-sim version 2023.1.1 and the same issue persists.
In addition, it gives me failed to resolve extension dependencies.
Any idea what might be the issue?
Thanks,
Anthony