pyodbc icon indicating copy to clipboard operation
pyodbc copied to clipboard

Is the M1 version got released ?

Open sujiplr opened this issue 3 years ago • 1 comments

Is the M1 version got released ?

I'm getting below error on my M1 .

creating build/lib.macosx-10.9-universal2-3.9 g++ -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -g -L/opt/homebrew/opt/[email protected]/lib -I/opt/homebrew/opt/[email protected]/include build/temp.macosx-10.9-universal2-3.9/src/buffer.o build/temp.macosx-10.9-universal2-3.9/src/cnxninfo.o build/temp.macosx-10.9-universal2-3.9/src/connection.o build/temp.macosx-10.9-universal2-3.9/src/cursor.o build/temp.macosx-10.9-universal2-3.9/src/errors.o build/temp.macosx-10.9-universal2-3.9/src/getdata.o build/temp.macosx-10.9-universal2-3.9/src/params.o build/temp.macosx-10.9-universal2-3.9/src/pyodbccompat.o build/temp.macosx-10.9-universal2-3.9/src/pyodbcdbg.o build/temp.macosx-10.9-universal2-3.9/src/pyodbcmodule.o build/temp.macosx-10.9-universal2-3.9/src/row.o build/temp.macosx-10.9-universal2-3.9/src/textenc.o -L/usr/local/lib -lodbc -o build/lib.macosx-10.9-universal2-3.9/pyodbc.cpython-39-darwin.so ld: library not found for -lodbc clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/g++' failed with exit code 1

ERROR: Failed building wheel for pyodbc

Originally posted by @sujiplr in https://github.com/mkleehammer/pyodbc/issues/870#issuecomment-934438368

sujiplr avatar Oct 05 '21 14:10 sujiplr

Please ensure you have install the ARM version of unixODBC first.

v-chojas avatar Oct 05 '21 14:10 v-chojas

These are the macosx ARM wheels I believe. Please reopen if that is not correct.

mkleehammer avatar Apr 14 '23 14:04 mkleehammer