Improve build and install system #1836
Replies: 4 comments 1 reply
-
Thank you for posting this. We'll definitely welcome a PR for the team to review. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi @reeceomahoney , how did you manage to get uv to install IsaacLab? It seems that in the |
Beta Was this translation helpful? Give feedback.
-
I'm using the following pyproject.toml to install everything. Don't need to run the install script at all. |
Beta Was this translation helpful? Give feedback.
-
What if I want to use UV to install IsaacLab? How should I do it? Thank for answering |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are a mix of build systems being used in this project, with pyproject.toml and setup.py files and the root pyproject not being used to install packages in faovur of the install script. Have you considered updating IsaacLab to only use pyproject.toml files and centralising all the installation commands in the root project so only a single command is needed to setup the whole project. I have made this change in my own project, along with switching to uv instead of conda as a package manager and it has made setting up my projects on new machines much easier. I would be open to submitting pull requests if you think this is something worthwhile.
Beta Was this translation helpful? Give feedback.
All reactions