I am using Isaac Sim on Windows, and I am encountering this error:
PS C:\Users\USER\AppData\Local\ov\pkg\isaac_sim-2022.2.1> & c:/Users/USER/AppData/Local/ov/pkg/isaac_sim-2022.2.1/kit/python/python.exe c:/Users/USER/AppData/Local/ov/pkg/isaac_sim-2022.2.1/standalone_examples/api/omni.isaac.franka/follow_target_with_rmpflow.py
Traceback (most recent call last): File “c:/Users/USER/AppData/Local/ov/pkg/isaac_sim-2022.2.1/standalone_examples/api/omni.isaac.franka/follow_target_with_rmpflow.py”, line 9, in from omni.isaac.kit import SimulationApp ModuleNotFoundError: No module named ‘omni’
PS C:\Users\USER\AppData\Local\ov\pkg\isaac_sim-2022.2.1>
Also, I have set my workspace to C:\Users\USER\AppData\Local\ov\pkg\isaac_sim-2022.2.1.
How can I resolve this issue?
Hi @jheyeo2 - Can you refer to some of the related posts and see if you are able to resolve the issue?
when i use “from omni.isaac.python_app import OmniKitHelper”, return “ModuleNotFoundError: No module named ‘omni.isaac’”
Well today I am trying to run a pre-trained model I made a while ago. I got jetpack4.4 installed, and through Code-OSS I was running my python script for object detection. When I try running I receive this error:
jb@jb-desktop:~/catkin_ws/src$ /usr/bin/python3.7 /home/jb/catkin_ws/src/jetson-inference/scripts/eraser-model.py
Traceback (most recent call last):
File “/home/jb/catkin_ws/src/jetson-inference/scripts/eraser-model.py”, line 1, in
import jetson.inference
ModuleNotFoundError: No m…
Hi there,
the BaseSample class has been created to be used in extension workflows and not as standalone apps. It has therefore not been tested for such scenarios. In the current version, this does not work anymore because not every extension is added by default to the pythonpath. Only enabled extensions are added, where the base sample is not enabled by default.
If you still plan to use it in a standalone example you can manually add "omni.isaac.examples" = {} to /apps/omni.isaac.sim.python.…
system
Closed
July 1, 2023, 3:44pm
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.