library · inferred from evidence
snowflake-connector-python
A Python library for connecting to Snowflake databases.
- Fix Snowflake connector NotSupportedError on Apple M1
On my M1 the connector threw `NotSupportedError: Unknown error` because the wheel's C extension was x86_64-only. Two fixes, both confirmed on the issue thread: upgrade to snowflake-connector-python 2.7.8 or newer, which ships real macOS ARM