Skip to content

Fix install: use standalone OpenHands CLI instead of openhands-ai#11

Merged
juhgiyo merged 1 commit intomainfrom
claude/fix-openhands-install
Mar 17, 2026
Merged

Fix install: use standalone OpenHands CLI instead of openhands-ai#11
juhgiyo merged 1 commit intomainfrom
claude/fix-openhands-install

Conversation

@juhgiyo
Copy link
Copy Markdown
Contributor

@juhgiyo juhgiyo commented Mar 17, 2026

Summary

  • pip install openhands-ai fails on Linux due to e2b dependency with no matching distribution
  • The wrapper only needs the OpenHands CLI (separate standalone binary), not the full framework
  • Replace with curl -fsSL https://install.openhands.dev/install.sh | sh
  • Remove pip prerequisite from AGENT.md
  • Auto-install OpenHands CLI in setup if missing

Test plan

  • Run strawpot_openhands setup without openhands installed — verify auto-install via standalone installer
  • Run strawpot_openhands setup with openhands installed — verify login flow works
  • Verify on Linux amd64 (where pip install openhands-ai previously failed)

🤖 Generated with Claude Code

… package

openhands-ai (the full framework) fails to install on many Linux environments
due to the e2b dependency having no matching distribution. The wrapper only
needs the OpenHands CLI, which is a separate standalone binary.

- AGENT.md: replace `pip install openhands-ai` with standalone installer
- Remove pip prerequisite (curl is sufficient)
- Setup auto-installs OpenHands CLI if missing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@juhgiyo juhgiyo merged commit 2112d92 into main Mar 17, 2026
1 check passed
@juhgiyo juhgiyo deleted the claude/fix-openhands-install branch March 17, 2026 17:11
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