Conversation
GeneLab is a uv project; the deploy README's Run section used bare `python -m ...` / `genelab export ...`, which only work inside an already-activated venv. Prefix them with `uv run` to match the rest of the project's workflow. (The `.pixi/...` paths in the reorient mjlab-bridge scripts are left as-is on purpose — those run inside the separate wuji-mjlab pixi environment.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
Author
|
Superseded: instead of |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The wuji deploy README's Run section used bare
python -m …/genelab export …, which only work inside an already-activated venv. GeneLab is a uv project, so prefix every run command withuv runto match the rest of the workflow.Not changed (on purpose)
The
<wuji-mjlab>/.pixi/envs/default/bin/pythonpaths in the reorient mjlab-bridge scripts (sim2sim_mjlab.py,play_mjlab.py,_mjlab_bridge.py) stay as-is: those scripts run inside the separate wuji-mjlab pixi environment (they importwuji_mjlab), not GeneLab's uv env.Docs-only.
🤖 Generated with Claude Code