报错信息

_mssql.c:346:10: fatal error: 'sqlfront.h' file not found
#include "sqlfront.h"
^~~~~~~~~~~~
1 error generated.
error: command 'clang' failed with exit status 1

解决办法

```
brew unlink freetds 
brew install freetds@0.91 
brew link –force freetds@0.91 
pip install pymssql
```

相关文章:

  • 2022-12-23
  • 2021-04-23
  • 2021-06-01
  • 2021-12-06
  • 2021-05-28
  • 2021-11-24
  • 2021-09-26
  • 2022-02-08
猜你喜欢
  • 2021-07-27
  • 2022-12-23
  • 2021-12-13
  • 2021-08-01
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案