-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require python version 3.10 in isaaclab.sh
3.10 is required. When running on Ubuntu 24, I ran into trouble because Ubuntu 24 ships with 3.12. I was able to get isaaclab.sh to work with the following steps: * Install a version of 3.10 (be careful, 3.12 must remain the default). * Create a venv with 3.10, install isaac sim in the venv, then proceed to install isaac lab. * The following changes to the script: ** In `extract_python_exe`, check that we found the desired version. ** Use the result of `extract_python_exe` everywhere to invoke python (outside of `extract_python_exe` itself). Disclaimer: Someone else please try this locally.
- Loading branch information
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters