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
Describe the bug
Compiling mod_python3 fails with python3.11 due to deprecated distutils module.
To Reproduce
Steps to reproduce the behavior:
Install python3.11
Try to compile the freeswitch project with ./configure --with-python3.
Alternatively, this error appears as missing <Python.h> header file when with_python3 = "try" in the configure.ac file.
Expected behavior
Compilation would be successful.
Package version or git hash
1.10
Compilation Logs
checking python3 version... 3.11.2
checking for python3 distutils... no
configure: error: Could not find or use python3 distutils module: <string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives```
The text was updated successfully, but these errors were encountered:
Describe the bug
Compiling mod_python3 fails with python3.11 due to deprecated distutils module.
To Reproduce
Steps to reproduce the behavior:
./configure --with-python3
.Alternatively, this error appears as missing <Python.h> header file when
with_python3 = "try"
in theconfigure.ac
file.Expected behavior
Compilation would be successful.
Package version or git hash
Compilation Logs
The text was updated successfully, but these errors were encountered: