But I am still facing the following issue. Can some one please help me
" Collecting pyodbc
Using cached pyodbc-4.0.32.tar.gz (280 kB)
Preparing metadata (setup.py) … done
Using legacy ‘setup.py install’ for pyodbc, since package ‘wheel’ is not installed.
Installing collected packages: pyodbc
Running setup.py install for pyodbc … error error: subprocess-exited-with-error
In file included from src/buffer.cpp:12:
src/pyodbc.h:56:10: fatal error: ‘sql.h’ file not found #include <sql.h>
^~~~~~~
1 error generated.
error: command ‘/usr/bin/clang’ failed with exit code "
When did you encounter this?
The sqlalcheme-dremio refers to a odbc driver in the prerequisites, but that doesn’t appear to be available anymore: https://download.dremio.com/
@balaji.ramaswamy . I am sorry for the delay in response.
Yes the script in running in Intel MAC.I was able to solve it in Mac by changing python version
I have a question, My team uses pyarrow.flight to connect with dremio in Python in Intel MAC.
When I was trying to install pyarrow.flight package in MAC M1 , I am getting "ModuleNotFoundError: No module named ‘pyarrow._flight’ " error.
I reached out to Apache team in Jira and they mentioned that “flight is not shipped in all versions of the wheel and unavailable in MAC M1 processor as it has been turned off”