platform · inferred from evidence
macOS
Operating system on which the software is being used
- EACCES permission denied installing netlify-cli (autocompletion.json)
How to fix: EACCES permission denied installing netlify-cli (autocompletion.json). The verified fix from the maintainer thread, distilled into reusable steps.
- 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.
- `daytona create` TUI breaks when the terminal is resized
This is a known bug in the `daytona create` interactive form: resizing the terminal mid-flow corrupts the TUI because the form redraws on every resize event (huh library issue charmbracelet/huh#341). Workaround: run `daytona create` without
- flutter build appbundle fails: Unknown Kotlin JVM target: 21 (klippa_identity_verification_sdk)
The reporter fixed it by changing the JavaVersion setting in the Android build configuration so the Kotlin compiler targets a JVM version the SDK supports instead of defaulting to Java 21. Align the project's Java version (e.g.
- ggshield ModuleNotFoundError: No module named 'truststore' on macOS via Homebrew
Uninstall and reinstall from core, dropping the old tap: brew uninstall ggshield, brew untap gitguardian/tap, then brew install ggshield. The reporter confirmed this fixed the crash.
- 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.
- Strands Agents: 400 Failed to deserialize the JSON body ... unknown variant 'web_search' on Bedrock Mantle GPT-5/6
This was a real bug, fixed in the harness in PR #4489. The fix stops sending the unsupported native web_search tool to Bedrock Mantle models and makes an explicit web_search: "exa" selection correctly override native search, with cross-SDK
- pip install chromadb fails building the hnswlib wheel on macOS
On macOS, pip install chromadb dies with clang errors while building hnswlib because of native CPU-architecture compile flags. Set HNSWLIB_NO_NATIVE=1 before installing.
- 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.