Вот команда, которую я запускаю для установки:
Код: Выделить всё
./configure --prefix my_install_directory --enable-optimizations --disable-test-modules && make -j16Вот что говорит скрипт Configure:
Код: Выделить всё
checking for sqlite3 >= 3.15.2... no
checking for sqlite3.h... no
< /code>
И вот что он говорит в конце команды Make: < /p>
./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform
The following modules are *disabled* in configure script:
_ctypes_test _sqlite3 _testbuffer
_testcapi _testclinic _testclinic_limited
_testexternalinspection _testimportmultiple _testinternalcapi
_testlimitedcapi _testmultiphase _testsinglephase
_xxtestfuzz xxlimited xxlimited_35
xxsubtype
The necessary bits to build these optional modules were not found:
_ctypes _hashlib _ssl
_tkinter
To find the necessary bits, look in configure.ac and config.log.
Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer
Checked 112 modules (33 built-in, 58 shared, 1 n/a on linux-x86_64, 16 disabled, 4 missing, 0 failed on import)
Подробнее здесь: https://stackoverflow.com/questions/794 ... redhat-7-9
Мобильная версия