-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, I am new to this repo
I have followed the instruction from https://isaac-sim.github.io/IsaacLab/source/setup/installation/verifying_installation.html to check my installation of IsaacLab.
With these two codes
# Option 1: Using the isaaclab.sh executable
# note: this works for both the bundled python and the virtual environment
./isaaclab.sh -p source/standalone/tutorials/00_sim/create_empty.py
# Option 2: Using python in your virtual environment
python source/standalone/tutorials/00_sim/create_empty.py
And it returns
[INFO] Using python from: /home/paxini/anaconda3/envs/LLM/bin/python
Traceback (most recent call last):
File "/home/xxx/IsaacLab/source/standalone/tutorials/00_sim/create_empty.py", line 20, in <module>
from omni.isaac.lab.app import AppLauncher
File "/home/xxx/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/__init__.py", line 15, in <module>
from .app_launcher import AppLauncher # noqa: F401, F403
File "/home/xxx/IsaacLab/source/extensions/omni.isaac.lab/omni/isaac/lab/app/app_launcher.py", line 27, in <module>
from omni.isaac.kit import SimulationApp
ModuleNotFoundError: No module named 'omni.isaac.kit'
My Isaac Sim is 4.0.0 installed from the Omniverse. I have done a Create Isaac Sim Symbolic Link
according to the guide.
I am using Ubuntu 20.04
I have read the relative issue posts, i see there were plenty similar error occurred before the name of project change to IsaacLab
#269
#406
and #103
I had tried the solution of #103, but it doesn't work. So I wonder if there are some changes causing the solution from #103 no longer apply-able.
Please if someone counter the same issue and has solution for it, can share?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working