tool · inferred from evidence
Homebrew
A package manager for macOS used to install software like koyeb-cli.
- ggshield ValueError: invalid literal for int() with base 10: '' on macOS
Fixed in ggshield 1.52.1, where setup_truststore() falls back to the bundled certifi certificates when the macOS version cannot be parsed instead of crashing. Run brew upgrade ggshield to get it.
- Astra CLI cqlsh on Mac M3 fails: "No appropriate python interpreter found" / No module named 'six.moves'
Astra CLI cqlsh on Mac M3 fails: "No appropriate python interpreter found" / No module named 'six.moves'. Use an older Python for cqlsh.
- avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
pip-installed aiven-client fails with an SSL error on macOS because the system Python links against LibreSSL. Install your own Python linked against OpenSSL and the error goes away.