- Notifications
You must be signed in to change notification settings - Fork127
Open
Description
System information
| Type | Version/Name |
|---|---|
| Distribution Name | Ubuntu |
| Version | 22.04.1 LTS |
Describe the problem you're observing
I have python version 3.10.6 and binaries/usr/bin/python3 andusr/bin/python3.10 exist, but not/usr/bin/python3.1.
./configure detects python version 3.1 and stops because it cannot findpython3.1 in the system path.
I followed the README tutorial and chose to compile with python3 binding. Here's the last lines of the output of commandPYTHON=python3 ./configure --enable-python
checking for python3 version... 3.1checking for python3 platform... linuxchecking for python3 script directory... ${prefix}/local/lib/python3.10/dist-packageschecking for python3 extension module directory... ${exec_prefix}/local/lib/python3.10/dist-packageschecking for python3.1... noconfigure: error: Cannot find python3.1 in your system pathMetadata
Metadata
Assignees
Labels
No labels