You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to work up until a few days ago just fine but it now results in the following cryptic error:
src/c/_cffi_backend.c:6121:9: error: call to undeclared function '_PyErr_WriteUnraisableMsg'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
_PyErr_WriteUnraisableMsg(PyText_AS_UTF8(s), NULL);
^
src/c/_cffi_backend.c:6121:9: note: did you mean 'PyErr_WriteUnraisable'?
/opt/homebrew/opt/python@3.13/Frameworks/Python.framework/Versions/3.13/include/python3.13/pyerrors.h:233:18: note: 'PyErr_WriteUnraisable' declared here
PyAPI_FUNC(void) PyErr_WriteUnraisable(PyObject *);
^
1 warning and 1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
Any insights appreciated.
The text was updated successfully, but these errors were encountered:
I have the following simple yaml:
This used to work up until a few days ago just fine but it now results in the following cryptic error:
Any insights appreciated.
The text was updated successfully, but these errors were encountered: