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
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
After following the installation instructions and verifying my installation by running python scripts/rsl_rl/train.py --task=Template-Isaac-Velocity-Rough-Anymal-D-v0 I was not able to setup vscode according to the installation guide.
When I run the setup_python_env task I am faced with the following error:
Executing task: ${HOME}/.local/share/ov/pkg/isaac_sim-4.2.0/python.sh /home/bamertsa/IsaacLabExtensionTemplate/.vscode/tools/setup_vscode.py --isaac_path ${HOME}/.local/share/ov/pkg/isaac_sim-4.2.0
/bin/bash: line 1: /home/bamertsa/.local/share/ov/pkg/isaac_sim-4.2.0/python.sh: No such file or directory
* The terminal process "/bin/bash '-c', '${HOME}/.local/share/ov/pkg/isaac_sim-4.2.0/python.sh /home/bamertsa/IsaacLabExtensionTemplate/.vscode/tools/setup_vscode.py --isaac_path ${HOME}/.local/share/ov/pkg/isaac_sim-4.2.0'" failed to launch (exit code: 127).
As you can see the default Isaac Sim path is pointing to the wrong version. The description of the path selection screen, states that if Isaac Sim is installed via pip (which I did) the path can be ignored. The error above suggests otherwise however. Changing the version to the correct one (i.e. Isaac Sim 4.5.0) did not help either, as there is not isaac_sim-4.5.0 in the above mentioned directory.