Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'omni' #1555

Open
ethan-allan opened this issue Dec 17, 2024 · 0 comments
Open

No module named 'omni' #1555

ethan-allan opened this issue Dec 17, 2024 · 0 comments

Comments

@ethan-allan
Copy link

Hi there,

Trying to set up IsaacLab on Ubuntu 22.04, following the guide provided here: https://isaac-sim.github.io/IsaacLab/main/source/setup/installation/index.html

I'm strictly following the guide however whenever I reach the IsaacLab installation step the terminal hangs on importing protobuf, giving a message that the install is taking longer than usual.

Following this I cannot verify the installation using any of the examples, recieving the error : No module named 'omni'

This is the terminal output:

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Using cached protobuf-4.24.2-cp37-abi3-manylinux2014_x86_64.whl (311 kB)
Using cached protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl (311 kB)
Using cached protobuf-4.24.0-cp37-abi3-manylinux2014_x86_64.whl (311 kB)
^CERROR: Operation cancelled by user
(isaaclab) (base) cue-ml@CUE-ML:/isaaclab/IsaacLab$ ./isaaclab.sh -p source/standalone/tutorials/00_sim/create_empty.py
[INFO] Using python from: /home/cue-ml/anaconda3/bin/python
Traceback (most recent call last):
File "/home/cue-ml/isaaclab/IsaacLab/source/standalone/tutorials/00_sim/create_empty.py", line 20, in
from omni.isaac.lab.app import AppLauncher
ModuleNotFoundError: No module named 'omni'
(isaaclab) (base) cue-ml@CUE-ML:
/isaaclab/IsaacLab$ pip list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant