Hi all! When I try to use simready, I’m get a module import error. Same when I try to use any of the other extensions in extscache, like omni.anim.people.
Here’s the error:
File “/home/isaac/.local/share/ov/pkg/isaac_sim-2023.1.1/standalone_examples/api/test.py”, line 11, in
import omni.simready.explorer as sre
ModuleNotFoundError: No module named ‘omni.simready’
I’ve set up my python environment through conda by source setup_conda_env.sh in this path: /home/isaac/.local/share/ov/pkg/isaac_sim-2023.1.1
I’m able to run a simulation app and call modules like:
from omni.isaac.core.prims import XFormPrim
from omni.isaac.core.utils import prims
from omni.isaac.core.utils.nucleus import get_assets_root_path
from omni.isaac.core.utils.stage import add_reference_to_stage
I’ve tried modifying my environment variables and manually adding the path to omni.simready.explorer to my $PYTHONPATH, but then I get further import errors from the files inside the simready module. Any advice on how to resolve this? Thanks so much!