I’m currently trying to install Isaac Lab on my Windows 11 PC following the documentation’s directions:
https://isaac-sim.github.io/IsaacLab/source/setup/installation/pip_installation.html
However, when it comes to installing the isaaclab.bat file, there are errors with the directory.
In the documentation it says the following:
- Run the install command that iterates over all the extensions in
source/extensions
directory and installs them using pip (with--editable
flag): - isaaclab.bat --install :: or “isaaclab.bat -i”
When I run this in the IsaacLab directory the following error occurs;
[INFO] Installing extensions inside the Isaac Lab repository…
“C:\Users[user]\IsaacLab\source\extensions\omni.isaac.lab”
** module: “C:\Users[user]\IsaacLab\source\extensions\omni.isaac.lab”**
디렉터리 이름이 올바르지 않습니다.
Then when I try to run this command in the IsaacLab\source\extenstions directory it cannot find the isaaclab.bat file.
I’m very new to all of this so am struggling and am possible making a really simple mistake. I would be grateful if someone could let me know how I can install I can complete the installation of Isaac Lab on my PC. Thanks in advance!