1.pip安装扩展包报错

    creating build/temp.linux-x86_64-3.4
    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/include -I/usr/include/python3.4m -c _mssql.c -o build/temp.linux-x86_64-3.4/_mssql.o -DMSDBLIB
    _mssql.c:8:22: fatal error: pyconfig.h: No such file or directory
     #include "pyconfig.h"
                          ^
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
View Code

相关文章:

  • 2021-07-08
  • 2022-02-16
  • 2021-10-09
  • 2022-02-06
  • 2022-12-23
  • 2021-11-14
  • 2022-01-13
猜你喜欢
  • 2022-03-03
  • 2021-11-23
  • 2021-12-29
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
相关资源
相似解决方案