I kept seeing `Failed to import ArrowResult` on an M1 Mac with connector 3.x. The thread maintainer confirmed they had updated the .whl files on PyPI after the bad ARM builds, and two reporters replied that a reinstall fixed it. Cleanest path: make a fresh venv and `pip install snowflake-connector-p…
Two things went wrong: an unpinned httpx broke client construction, and the fixed release (1.43.1) failed to publish to PyPI. Workaround confirmed by the maintainer: `pip install httpx<0.28`, or install the SDK straight from GitHub. The real fix shipped in v1.44.0 — the reporter confirmed 1.44.0 is …
I kept seeing `Failed to import ArrowResult` on an M1 Mac with connector 3.x. The thread maintainer confirmed they had updated the .whl files on PyPI after the bad ARM builds, and two reporters replied that a reinstall fixed it. Cleanest path: make a fresh venv and `pip install snowflake-connector-p…
Two things went wrong: an unpinned httpx broke client construction, and the fixed release (1.43.1) failed to publish to PyPI. Workaround confirmed by the maintainer: `pip install httpx<0.28`, or install the SDK straight from GitHub. The real fix shipped in v1.44.0 — the reporter confirmed 1.44.0 is …