If compiling anything against a Python.h installed by homebrew install python
raises the warning (promoted to an error) ‘PyArg_ParseTuple’ is an unrecognized format function type
, review this Homebrew issue and then edit the appropriate pyconfig.h to comment out the line #define HAVE_ATTRIBUTE_FORMAT_PARSETUPLE 1
.
Compiling against Python.h installed by Homebrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment