ponynote icon indicating copy to clipboard operation
ponynote copied to clipboard

bump cffi to 1.14.4

Open skpn opened this issue 3 years ago • 0 comments

hello,

I had trouble installing because cffi failed to build with this error : cffi c/call_python.c: In function ‘_get_interpstate_dict’: c/call_python.c:20:30: error: dereferencing pointer to incomplete type ‘PyInterpreterState’ {aka ‘struct _is’} 20 | builtins = tstate->interp->builtins;

this was solved by bumping it to 1.14.4

skpn avatar Feb 13 '22 11:02 skpn