Hi, I’m following the instructions found here to set up vscode (Developer’s Guide — Isaac Lab documentation) and when running VSCode Tasks and choosing setup_python_env, the following error comes up:
/home/user/IsaacLab/_isaac_sim/setup_python_env.sh: No such file or directory
I’ve checked through the IsaacLab repository and can’t find this particular shell script (or the _isaac_sim folder). Is there somewhere else that I’m supposed to download this from?
Isaac Sim was installed using the experimental pip install feature.
Hi, thanks for the response. So do you know how to carry out the setup for vscode without the bash script? My understanding is that this setup process was supposed to create a file with all the python paths for intelligent suggestions in vscode.
I went back and installed IsaacSim from the omniverse-launcher instead and everything works fine this way. Not a solution as I feel like it should still work with pip but a work around if you want it.
Thanks, I tried fiddling around with the python extra paths and got it halfway working with the pip installation. Eventually gave up and used the binary install of IsaacSim instead like you suggested.