# Gensyn.ai 先安裝最新版python https://www.python.org/downloads/macos/ 選擇3.13.3 Python 3.13.3 - April 8, 2025 Download macOS 64-bit universal2 installer 如果遇到問題 更新憑證 執行 macOS Python 的「Install Certificates.command」 macOS 官方 Python 安裝包內建一支腳本,可自動安裝/更新系統根憑證。根據你安裝的版本,把命令中的 3.13 改成對應版本號: open /Applications/Python\ 3.13/Install\ Certificates.command Gensyn https://github.com/gensyn-ai/rl-swarm 打開"終端機" cd Documents git clone https://github.com/gensyn-ai/rl-swarm.git 執行 python3 -m venv .venv source .venv/bin/activate ./run_rl_swarm.sh 故障排除: ls -a 顯示隱藏資料夾 rm -rf .venv unbound error: RL_SWARM_UNSLOTH=False ./run_rl_swarm.sh windows-------------------------- python3 -m venv .venv .venv\Scripts\activate.bat cd /cygdrive cd /d cd Miner/rl-swarm which python3 python3 -m venv .venv