Skip to content

Fix CI pip install to use Isaac Sim Python#467

Merged
cvolkcvolk merged 1 commit intomainfrom
cvolk/fix-ci-pip-install
Mar 6, 2026
Merged

Fix CI pip install to use Isaac Sim Python#467
cvolkcvolk merged 1 commit intomainfrom
cvolk/fix-ci-pip-install

Conversation

@cvolkcvolk
Copy link
Collaborator

@cvolkcvolk cvolkcvolk commented Mar 5, 2026

Fixes the following pip install error in our CI set up:

Run pip install --no-cache-dir -e .
error: externally-managed-environment
[...]

Bare pip in the isaaclab_arena container resolves to the system Python, which is PEP 668-protected and refuses system-wide installs. Use /isaac-sim/python.sh -m pip instead.

bare `pip` in the isaaclab_arena container resolves to the system
Python, which is PEP 668-protected and refuses system-wide installs.
Use /isaac-sim/python.sh -m pip instead, consistent with how all other
steps in the workflow invoke Python.

Signed-off-by: Clemens Volk <cvolk@nvidia.com>
@cvolkcvolk cvolkcvolk enabled auto-merge (squash) March 5, 2026 20:16
@cvolkcvolk cvolkcvolk merged commit dcc7e03 into main Mar 6, 2026
19 of 25 checks passed
@qianl-nv qianl-nv deleted the cvolk/fix-ci-pip-install branch March 6, 2026 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants