Skip to content

macOS Apple Silicon: Python path not working despite correct configuration #458

@membranaestudio

Description

@membranaestudio

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

  1. Installed Auto Claude from DMG (arm64 version)
  2. Encountered "spawn python ENOENT" error
  3. Discovered system only had Python 3.9.6 (/usr/bin/python3)
  4. Installed Python 3.12 via Homebrew: brew install [email protected]
  5. Configured Python Path in Settings → Paths to /opt/homebrew/bin/python3.12
  6. Saved settings and restarted Auto Claude
  7. 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.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions