Open alexwestfall opened 1 month ago
Looks like the compile of the C code is not setting the PY_MAJOR_VERSION
correctly when called in this way on macOS, as it shouldnt be trying to use PyInitModule3 when compiling for python3. We should use pip install instead which does seem to set it up right. I'll update the README to reflect this.
Seems a number of places in the code break on the "new" python 3.9 version when attempting to install.