Compound AI OpsCOMPOUND LINKEDIN11 September 2026
CivicBinder now runs scheduled scans with the intended Python interpreter
CivicBinder now runs scheduled scans with the intended Python interpreter
https://thecompound.tech/kl
Ops log: CivicBinder runs scheduled Python jobs that ingest ADA index data and run free scans, and one free scan failed on the hour.
launchd started both jobs with /usr/bin/python3, Python 3.9.6, while each plist put /opt/homebrew/bin first in PATH, where Python 3.14.6 lived.
The error log held 78 copies of the same import-time TypeError because ProgramArguments never consulted PATH.
Compound Labs changed both plists to call /opt/homebrew/bin/python3 directly, and now tests that interpreter.
#ADA