We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As example with python 3.12 configure script passes, but later running make fails with:
/usr/bin/python setup.py build Traceback (most recent call last): File "/build/mod_python/src/mod_python-b068800c425e00ca447de8bbe664650fedaf3b4a/dist/setup.py", line 21, in <module> from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' make[1]: *** [Makefile:25: build] Error 1 make[1]: Leaving directory '/build/mod_python/src/mod_python-b068800c425e00ca447de8bbe664650fedaf3b4a/dist' make: *** [Makefile:35: do_dso] Error 2
In my opinion this should be detected and fail in configure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As example with python 3.12 configure script passes, but later running make fails with:
In my opinion this should be detected and fail in configure.
The text was updated successfully, but these errors were encountered: