Hermes requires Python 3.11 or newer 怎麼解?
Hermes 需要 Python 3.11 以上:先 python3 --version 確認版本,太舊就用系統套件管理器升級;走官方安裝器的話 Python 3.11 會自動處理,通常不會遇到。
這頁適合誰:自管 Python 環境、或在舊系統上安裝的人。
步驟
-
檢查版本
python3 --version -
升級 Python
用你的套件管理器升級到 3.11+(例如 Ubuntu 的 apt、macOS 的 brew)。
-
缺 uv 套件管理器?
官方 FAQ 給的安裝指令。
curl -LsSf https://astral.sh/uv/install.sh | sh -
重跑官方安裝器
官方安裝器本來就會自動處理 Python 3.11,重跑一次通常可以解掉環境問題。
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
完成後怎麼驗證
- python3 --version 顯示 3.11 以上
- hermes doctor 通過
常見問題
為什麼有人裝就不會遇到?
官方一行安裝器會自動安裝 Python 3.11,只有自管環境(如自己 pip 裝)才常撞到版本問題。
相關頁
- Hermes Agent macOS 下載與安裝教學
- Hermes Agent Windows 下載與安裝教學(Desktop / PowerShell / WSL2)
- Hermes Agent Linux 下載與安裝教學
- Hermes Agent WSL2 完整安裝教學(Windows 使用者進階路線)
- Hermes Agent 模型供應商與 API key 設定教學
- OpenClaw 搬家到 Hermes Agent 完整教學(官方 hermes claw migrate)
- hermes: command not found 怎麼解?
- API key not set / API key 無效怎麼解?
- context length exceeded 怎麼解?
- Telegram 接 Hermes Agent 常見坑與解法
- 官方 Issue 精選問答
- 學校解法卡