The version of Python installed on the system is 3.10.12
Error:
checking for python3... /usr/local/bin/python3
configure: Found python version: 3.10.12
checking for a version of Python >= '3.1.0'... yes
checking for a version of Python >= '3.5'... no
configure: WARNING: this package requires Python >= '3.5'.
If you have it installed, but it isn't the default Python
interpreter in your system path, please pass the PYTHON_VERSION
variable to configure. See ``configure --help'' for reference.
configure: Environment variable 'PYTHON_VERSION' set to:
checking for the distutils Python package... yes
checking for Python include path... -I/usr/local/include/python3.10
checking for Python library path... -L/usr/local/lib -lpython3.10
checking for Python site-packages path... /usr/local/lib/python3.10/site-packages
checking python extra libraries... -lcrypt -lpthread -ldl -lutil -lm -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
configure: error:
Python3 not detected.
We suggest installing python3 via conda with the required packages (numpy, scipy, matplotlib, sphinx).
Please see .travis/install.sh for details of how we do this.
Alternatively, try installing python anaconda.
The version of Python installed on the system is 3.10.12
Error: checking for python3... /usr/local/bin/python3 configure: Found python version: 3.10.12 checking for a version of Python >= '3.1.0'... yes checking for a version of Python >= '3.5'... no configure: WARNING: this package requires Python >= '3.5'. If you have it installed, but it isn't the default Python interpreter in your system path, please pass the PYTHON_VERSION variable to configure. See ``configure --help'' for reference.
configure: Environment variable 'PYTHON_VERSION' set to: checking for the distutils Python package... yes checking for Python include path... -I/usr/local/include/python3.10 checking for Python library path... -L/usr/local/lib -lpython3.10 checking for Python site-packages path... /usr/local/lib/python3.10/site-packages checking python extra libraries... -lcrypt -lpthread -ldl -lutil -lm -lm checking python extra linking flags... -Xlinker -export-dynamic checking consistency of all components of python development environment... yes configure: error: Python3 not detected. We suggest installing python3 via conda with the required packages (numpy, scipy, matplotlib, sphinx). Please see .travis/install.sh for details of how we do this. Alternatively, try installing python anaconda.