Hello,
Thank you for the project, it looks great. However, when I tried to test it, I encountered a problem during installation. I am using a fresh Ubuntu 24.04 VPS.
mv: cannot move '/tmp/tmp.ynllo7vERW/node-v22.22.0-linux-x64' to '/root/.hermes/node': No such file or directory
Full log :
root@scw-amazing-mendel:~# curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
┌─────────────────────────────────────────────────────────┐
│ ⚕ Hermes Agent Installer │
├─────────────────────────────────────────────────────────┤
│ An open source AI agent by Nous Research. │
└─────────────────────────────────────────────────────────┘
✓ Detected: linux (ubuntu)
→ Checking for uv package manager...
→ Installing uv (fast Python package manager)...
no checksums to verify
installing to /root/.local/bin
uv
uvx
everything's installed!
To add $HOME/.local/bin to your PATH, either restart your shell or run:
source $HOME/.local/bin/env (sh, bash, zsh)
source $HOME/.local/bin/env.fish (fish)
✓ uv installed (uv 0.10.6)
→ Checking Python 3.11...
→ Python 3.11 not found, installing via uv...
Installed Python 3.11.14 in 1.90s
+ cpython-3.11.14-linux-x86_64-gnu (python3.11)
warning: `/root/.local/bin` is not on your PATH. To use installed Python executables, run `export PATH="/root/.local/bin:$PATH"` or `uv python update-shell`.
✓ Python installed: Python 3.11.14
→ Checking Git...
✓ Git 2.43.0 found
→ Checking Node.js (for browser tools)...
→ Node.js not found — installing Node.js 22 LTS...
→ Downloading node-v22.22.0-linux-x64.tar.xz...
→ Extracting to ~/.hermes/node/...
mv: cannot move '/tmp/tmp.ynllo7vERW/node-v22.22.0-linux-x64' to '/root/.hermes/node': No such file or directory
I also tried locally in a Docker container, same issues.
Regards,
Joshua
Hello,
Thank you for the project, it looks great. However, when I tried to test it, I encountered a problem during installation. I am using a fresh Ubuntu 24.04 VPS.
Full log :
I also tried locally in a Docker container, same issues.
Regards,
Joshua