Skip to content

fix: correct install instruction in Libero env error message#2

Merged
awsarron merged 1 commit intostrands-labs:mainfrom
cagataycali:fix/correct-install-instruction
Feb 25, 2026
Merged

fix: correct install instruction in Libero env error message#2
awsarron merged 1 commit intostrands-labs:mainfrom
cagataycali:fix/correct-install-instruction

Conversation

@cagataycali
Copy link
Member

The error message for missing Libero dependencies pointed to an incorrect package name. Updated to reference the correct install command using the project's [sim] extras.

Change:

- logger.error("💡 Install with: pip install lerobot-libero")
+ logger.error("💡 Install simulation dependencies with: pip install strands-robots-sim[sim]")

This ensures users get the correct installation instructions when Libero is not found.

@cagataycali cagataycali force-pushed the fix/correct-install-instruction branch 2 times, most recently from b41d720 to d2887bd Compare February 25, 2026 21:53
- Fix incorrect package name in Libero env error message to reference
  the project's [sim] extras
- Replace hatch managed environments with direct tool invocation in CI
  to resolve virtualenv compatibility issues on GitHub Actions runners
@cagataycali cagataycali force-pushed the fix/correct-install-instruction branch from d2887bd to c854b37 Compare February 25, 2026 21:57
@awsarron awsarron merged commit c933847 into strands-labs:main Feb 25, 2026
1 check passed
@cagataycali cagataycali deleted the fix/correct-install-instruction branch February 25, 2026 23: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