tool · inferred from evidence
brew
A package manager for macOS and Linux used to install and upgrade software.
- Astra CLI: NullPointerException ("keyspaces" is null) on astra db cqlsh
The CLI did not handle a null keyspace set returned by the DevOps API. The maintainer confirmed the bug and shipped a fast-fix in v1.0.2, so upgrade with brew upgrade datastax/astra-cli/astra-cli (or download the latest release). If you sti
- 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. The reporter confirmed the fix works. Sourc
- Fix confluent-kafka build error: librdkafka/rdkafka.h file not found
My `pip install confluent-kafka` died compiling because the C headers for librdkafka were missing. Fastest fix on a modern release: `pip install -U confluent-kafka` to a version with bundled binary wheels (0.11.4+), which never compiles any
- Fix confluent-kafka install failures on Apple M1
Installing confluent-kafka on my M1 failed no matter what flags I passed. The thread workaround (brew install librdkafka, export C_INCLUDE_PATH and LIBRARY_PATH) got the source build working, but the real fix came when the maintainers shipp
- Does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)
brew was shipping the x64 cb binary on arm64 Macs, which then crashed with an invalid instruction. The maintainer fixed the formula and confirmed the fix in v3.5.1. If you still have a broken install, just reinstall: brew reinstall CrunchyD
- avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
Install Python yourself from Homebrew or python.org (both ship Python linked against OpenSSL, not LibreSSL) and reinstall aiven-client: `brew install openssl`, `brew reinstall python`, then `pip3 install aiven-client`. aiven-client now requ