Answers for "n file included from src/buffer.cpp:12: src/pyodbc.h:56:10: fatal error: 'sql.h' file not found #include <sql.h>"

SQL
0

n file included from src/buffer.cpp:12: src/pyodbc.h:56:10: fatal error: 'sql.h' file not found #include <sql.h>

brew install unixodbc #for mac
sudo apt install unixodbc #for debian

#then

pip install pyodbc
Posted by: Guest on October-12-2021

Code answers related to "n file included from src/buffer.cpp:12: src/pyodbc.h:56:10: fatal error: 'sql.h' file not found #include <sql.h>"

Code answers related to "SQL"

Browse Popular Code Answers by Language