Troubleshooting Common Issues

Installation Problems

\”command not found: hermes\”

Add to PATH or restart shell:

export PATH=\"\$HOME/.local/bin:\$PATH\"
source ~/.bashrc

Python version errors

Requires Python 3.10+. Check with:

python3 --version

Permission denied on install

pip install --user hermes-agent
# or
pipx install hermes-agent

Configuration Issues

Model not found / API errors

Gateway won’t start

hermes gateway status
tail -50 ~/.hermes/logs/gateway.log
# Common fix: install missing platform SDK
sudo ~/.local/lib/hermes-agent/venv/bin/python -m pip install python-telegram-bot[webhooks]==22.8

Telegram/Discord Not Working

Skills Not Loading

hermes skills list
hermes skills install 
hermes doctor

Performance Issues

Reset Everything

hermes config reset
rm -rf ~/.hermes/skills
hermes setup

Still stuck? Check GitHub Issues or Discord.