When I install IsaacLab in Ubuntu 22.04 LTS system by the command ./isaaclab.sh --install it returns this error:
…
[INFO] Setting up vscode settings…
Traceback (most recent call last):
File “/home/hahamu/Workspace/IsaacLab/.vscode/tools/setup_vscode.py”, line 38, in
raise FileNotFoundError(
FileNotFoundError: Could not find the isaac-sim directory: . There are two possible reasons for this:
1. The Isaac Sim directory does not exist as a symlink at: /home/hahamu/Workspace/IsaacLab/_isaac_sim
2. The script could import the ‘isaacsim’ package. This could be due to the ‘isaacsim’ package not being installed in the Python environment.
Please make sure that the Isaac Sim directory exists or that the ‘isaacsim’ package is installed.
I primarily thought it is because I did not install the issac Sim beforehand so that the system cannot find the path, but after I pip issacsim the problem still exists. Hope anybody help me to solve this. Thanks.