Skip to content

Fix Asset problem when building the repo - #70

Open
Shinechaote wants to merge 1 commit into
NVlabs:mainfrom
Shinechaote:main
Open

Fix Asset problem when building the repo#70
Shinechaote wants to merge 1 commit into
NVlabs:mainfrom
Shinechaote:main

Conversation

@Shinechaote

Copy link
Copy Markdown

When installing mimicgen directly via uv (or standard pip without -e), the mimicgen/models/robosuite/assets folder was being excluded from the built wheel. This resulted in the assets missing from the site-packages directory.

This PR adds a MANIFEST.in file to explicitly include the robosuite/assets directory. This ensures the build system properly bundles the assets into the wheel so they are available after installation.

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.

1 participant