当前位置: 首页 > 工具软件 > ssbc > 使用案例 >

ssbc 中oursql 包无法安装

慕兴平
2023-12-01

 Failed building wheel for oursql


主要错误表现为:

  In file included from oursqlx/compat.c:55:0:
  oursqlx/_exceptions.c: In function ‘_oursqlx_exc_from_errno’:
  oursqlx/_exceptions.c:620:24: error: ‘ER_ERROR_FIRST’ undeclared (first use in this function)
               if (err >= ER_ERROR_FIRST && err <= ER_ERROR_LAST)

不妨修改requirements.txt中的oursql版本为0.9.3.2,原来为0.9.3.1

参考:

http://stackoverflow.com/questions/36989922/oursql-install-error-command-x86-64-linux-gnu-gcc-failed-with-exit-status-1 点击打开链接


 类似资料: