-
-
Notifications
You must be signed in to change notification settings - Fork 776
Closed
Labels
area/backendThis is backend onlyThis is backend onlybugSomething isn't workingSomething isn't workingos/macosmacOS specificmacOS specificpriority/mediumNormal priorityNormal priority
Description
Environment
- OS: macOS Sequoia (Apple Silicon arm64)
- Auto Claude Version: Latest from releases
- Python Version: 3.12.12 (installed via Homebrew)
- Python Path:
/opt/homebrew/bin/python3.12
Problem Description
After fresh installation of Auto Claude, multiple features fail with Python-related errors despite correctly configuring the Python path in Settings → Paths.
Errors Observed
1. Context Tab
Failed to load project index
spawn python ENOENT
2. Insights Tab (Chat)
Process exited with code 1
Attempting to chat results in immediate failure.
3. Roadmap Tab
Error
Generation failed
Roadmap generation failed with exit code 1
The process shows: Analyze → Discover → Generate, then fails.
4. Tasks
Tasks added to planning automatically move to "human review" and fail.
Steps Taken
- Installed Auto Claude from DMG (arm64 version)
- Encountered "spawn python ENOENT" error
- Discovered system only had Python 3.9.6 (
/usr/bin/python3) - Installed Python 3.12 via Homebrew:
brew install [email protected] - Configured Python Path in Settings → Paths to
/opt/homebrew/bin/python3.12 - Saved settings and restarted Auto Claude
- All errors persist unchanged
Expected Behavior
Features should work after configuring the correct Python 3.12 path.
Actual Behavior
All Python-dependent features continue to fail with the same errors.
Additional Context
This appears related to issues #402 and #454. The Python path configuration in Settings does not seem to be respected by the application.
Verification
Python is correctly installed and accessible:
$ /opt/homebrew/bin/python3.12 --version
Python 3.12.12paulusrex, Matrisis, goohooh, Jesperpaulsen and ebreen
Metadata
Metadata
Assignees
Labels
area/backendThis is backend onlyThis is backend onlybugSomething isn't workingSomething isn't workingos/macosmacOS specificmacOS specificpriority/mediumNormal priorityNormal priority