hermes - 💡(How to fix) Fix Fix hermes-agent install: not on PyPI, must install from git [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#11528Fetched 2026-04-18 06:00:33
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Author
Participants
Timeline (top)
closed ×1
RAW_BUFFERClick to expand / collapse

All infra files reference pip install hermes-agent[all] but the package is not on PyPI. Must use git clone + uv pip install -e .[all] from the NousResearch repo.

Files to fix:

  • infra/daytona/deploy.sh (line 73)
  • .github/workflows/paperclip-heartbeat.yml (line 35)
  • infra/docker/Dockerfile.hermes
  • infra/paperclip-bridge/Dockerfile (if it references hermes-agent)

extent analysis

TL;DR

Update the installation method for hermes-agent to use git clone and pip install -e instead of pip install from PyPI.

Guidance

  • Replace pip install hermes-agent[all] with git clone <NousResearch repo URL> && pip install -e .[all] in the specified files to install hermes-agent from the NousResearch repository.
  • Verify the correct repository URL for the git clone command, as it is not provided in the issue.
  • Update the following files: infra/daytona/deploy.sh (line 73), .github/workflows/paperclip-heartbeat.yml (line 35), infra/docker/Dockerfile.hermes, and potentially infra/paperclip-bridge/Dockerfile if it references hermes-agent.
  • Ensure that the git clone and pip install -e commands are executed in the correct order and directory to install hermes-agent successfully.

Notes

The exact repository URL for the git clone command is not provided, so it needs to be verified before making the changes.

Recommendation

Apply workaround: Update the installation method for hermes-agent to use git clone and pip install -e as described, since the package is not available on PyPI.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING