Closed sbenton closed 1 month ago
Bump.
I tried passing PYTHON_VERSION='3.10'
to configure which did not fix the issue.
Work-around by running make
then once it fails, cd
into the bindings/python/build
and rename the directory from ...-3.10
to ...3.1
. Finally re-run make
and everything worked for me
I have tucked this change into PR #11 - please consider merging that one instead. (It fixes more stuff.)
This if fine, I suppose, though I think there are bigger problems with the Python bindings.
This if fine, I suppose, though I think there are bigger problems with the Python bindings.
Agreed. There are other/newer issues that this PR doesn't address.
Fix m4 line detecting the PYTHON_VERSION
Formerly used first 3 characters of
sys.version
string, but this breaks for 2-digit minor versions (eg 3.10 and up) Replace with string containing values fromsys.version_info