赞
踩
报下面的这个错误,是因为sail还不支持python3.11的版本
error: invalid use of incomplete type ‘PyFrameObject’ {aka ‘struct _frame’}
frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames, 0));
frame->f_locals, PyTuple_GET_ITEM(frame->f_code->co_varnames,
0
));
想办法降级make就可以了