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
using python 3.12, and since there isn't a prebuilt wheel I pip is using the source ball, which only has yyjson.h and not document.h headers, as such I'm getting this error message:
using python 3.12, and since there isn't a prebuilt wheel I pip is using the source ball, which only has yyjson.h and not document.h headers, as such I'm getting this error message:
adding the .h files in setup.py fixes that, but not sure if there's a better fix. let me know if you want a pr.
The text was updated successfully, but these errors were encountered: