我想使用sqlalchemy为连接mssql服务器安装pyodbc我正在谷歌搜索并尝试过几种方式,如
pip install pyodbc
Run Code Online (Sandbox Code Playgroud)
跟随此链接 安装了Sql Server的Ubuntu 16.04上的Pyodbc安装错误 但是没有解决下面的类型错误抛出
src/pyodbc.h:56:17: fatal error: sql.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Failed building wheel for pyodbc
Run Code Online (Sandbox Code Playgroud)