You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/isaaclab/IsaacLab$ pip list[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:
The text was updated successfully, but these errors were encountered: