Skip to content

Conversation

@ooctipus
Copy link
Collaborator

Description

If Isaac Lab is installed through pip, tasks generated with the Internal template cannot be placed inside the site-packages directory of that installation. Since this setup would never work correctly, it makes no sense to offer the Internal template as an option. This PR therefore disables that option entirely whenever Isaac Lab is detected as running from a pip-installed path.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@github-actions
Copy link

github-actions bot commented Aug 20, 2025

Test Results Summary

1 702 tests   1 700 ✅  52m 53s ⏱️
   83 suites      2 💤
    1 files        0 ❌

Results for commit e7d1666.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@jtigue-bdai jtigue-bdai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@ooctipus ooctipus force-pushed the fix/disable_internal_template_pip branch 2 times, most recently from 717c567 to e7d1666 Compare August 22, 2025 06:00
@ooctipus ooctipus force-pushed the fix/disable_internal_template_pip branch from e7d1666 to b11fbba Compare August 26, 2025 01:28
@kellyguo11 kellyguo11 merged commit 3ca87e9 into main Aug 27, 2025
6 of 8 checks passed
@kellyguo11 kellyguo11 deleted the fix/disable_internal_template_pip branch August 27, 2025 03:04
george-nehma pushed a commit to george-nehma/DreamLander-IsaacLab that referenced this pull request Oct 24, 2025
…ia pip (isaac-sim#3225)

# Description

If Isaac Lab is installed through pip, tasks generated with the Internal
template cannot be placed inside the site-packages directory of that
installation. Since this setup would never work correctly, it makes no
sense to offer the Internal template as an option. This PR therefore
disables that option entirely whenever Isaac Lab is detected as running
from a pip-installed path.



Fixes # (issue)



## Type of change

<!-- As you go through the list, delete the ones that are not
applicable. -->

- Bug fix (non-breaking change which fixes an issue)
- This change requires a documentation update

<!--
Example:

| Before | After |
| ------ | ----- |
| _gif/png before_ | _gif/png after_ |

To upload images to a PR -- simply drag and drop an image while in edit
mode and it should upload the image directly. You can then paste that
source into the above before/after sections.
-->

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it

For example,
- [x] I have done this task
- [ ] I have not done this task
-->
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.

4 participants