/pyodbc-3.0.7-py2.7-linux-x86_64.egg/pyodbc.py:3: UserWarning: Module pyodbc was already imported from/usr/local/lib/python2.7/site-packages/pyodbc-3.0.7-py2.7-linux-x86_64.egg/pyodbc.pyc, but
pyodbc有一个,但是当运行pytest-mypy时,我有以下错误:3: error: Cannot find implementation or library stub for module named "pyodbc我正在使用Python 3.10.2,我已经将pyodbc更新为最新版本(pyodbc==4.0.34)
我想使用我正在googling搜索的sqlalchemy安装用于连接mssql server的pyodbc,并尝试了以下几种方法遵循此链接,但尚未解决以下类型引发的错误src/pyodbc.h:56:17: fatal error: sql.h: No such file or directory
----------------------------