-
-
Notifications
You must be signed in to change notification settings - Fork 899
Closed
Labels
area/backendThis is backend onlyThis is backend onlybugSomething isn't workingSomething isn't workingos/macosmacOS specificmacOS specificpriority/mediumNormal priorityNormal priority
Description
Checklist
- I searched existing issues and this hasn't been reported
Area
Backend
Operating System
macOS
Version
2.7.1
What happened?
After creating a task, I encountered the following error:
Error: Auto Claude requires Python 3.10 or higher.
You are running Python 3.9.6
Please upgrade Python: https://www.python.org/downloads/
This is the system Python version bundled with macOS.
I have Homebrew installed and Python 3.14.2 installed via Homebrew, but Auto Claude does not detect or use this version, even when I explicitly configure the Python path.
Steps to reproduce
- Install Python via Homebrew
- Verify Homebrew Python version
- Launch Auto Claude
- Create a new task
- Observe the error
- Open Auto Claude settings and set Python path to one of the following:
/opt/homebrew/bin/python3
/opt/homebrew/bin - Restart Auto Claude and retry — the same error persists
- Attempt to set a direct path to the Homebrew Python binary directory /opt/homebrew/Cellar/python@3.14/3.14.2/bin
- Run the task again
- Observe the new error
Expected behavior
Auto Claude should detect and use the Homebrew-installed Python version (≥ 3.10).
Explicitly configured Python paths should be respected.
No EACCES error should occur when pointing to a valid executable Python binary.
Logs / Screenshots
Jesperpaulsencoderabbitai
Metadata
Metadata
Assignees
Labels
area/backendThis is backend onlyThis is backend onlybugSomething isn't workingSomething isn't workingos/macosmacOS specificmacOS specificpriority/mediumNormal priorityNormal priority