Hi there,
so far I used Isaac Sim Version 2022.2.1 built in python environment without any problems.
By updating to 2023.1.1 via Omniverse Launcher and using the built in python environment I get ModuleNotFoundError: No module named ‘omni.isaac’ error for all scripts i try to run and import omni.isaac.kit SimmulationApp.
Running for example the standalone_examples/api/omni.isaac.kit/hello_world.py
with:
File "/home/<user>/.local/share/ov/pkg/isaac_sim-2023.1.1/standalone_examples/api/omni.isaac.kit/hello_world.py", line 11, in <module>
from omni.isaac.kit import SimulationApp
ModuleNotFoundError: No module named 'omni.isaac'
I have already tried reinstalling Isaac Sim but it had no impact.
I think something went wrong during the isaac sim post installation.
When reinstalling Isaac sim, I always have to skip the post installation, since it’s otherwise running for hours without finishing (last time 4h).
Looking at the omni.isaac.sim.post.install.log the same error occurs that the module ‘omni.isaac’ is not found. omni.isaac.sim.post.install.log (69.3 KB)