-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Question
Hello! I have a question about installing Isaac Lab. I had no problems installing it a week ago on Desktop Ubuntu 22.04 LTS PC, but now when I try to install Isaac Lab using pip on Ubuntu Server 22.04 LTS, I get this error
./isaaclab.sh --install
.....
File "/home/user/Python_projects/IsaacLab/.vscode/tools/setup_vscode.py", line 163, in <module> main() File "/home/user/Python_projects/IsaacLab/.vscode/tools/setup_vscode.py", line 126, in main isaaclab_settings = overwrite_python_analysis_extra_paths(isaaclab_template_settings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/Python_projects/IsaacLab/.vscode/tools/setup_vscode.py", line 49, in overwrite_python_analysis_extra_paths raise FileNotFoundError(f"Could not find the isaac-sim settings file: {isaacsim_vscode_filename}") FileNotFoundError: Could not find the isaac-sim settings file: .vscode/settings.json
I read this thread about the same issue, but the recommendations are for installing using binaries.
Thank you in advance!