tool · inferred from evidence
venv
Python virtual environment tool
- Fix 'Failed to import ArrowResult' with snowflake-connector-python on ARM
On ARM Macs, importing snowflake-connector-python logs `Failed to import ArrowResult. No Apache Arrow result set format can be used` because the published wheel's Arrow C extension linked against the wrong architecture (symbol-not-found err
- modern-treasury python SDK broken on fresh install: httpx dependency not pinned (1.43.x)
A clean `pip install modern-treasury` in a fresh venv (python 3.13), then `modern_treasury.ModernTreasury([credential]: [redacted] organization_id='456')`, crashed on client init — the traceback ran through `_client.py` into httpx internals