Как исправить ошибку Python?

Пытаюсь собрать файл коммандой
./launch.sh install

ОС: CentOS 7.

Код ошибки:
checking for python build information...
checking for python3.4... no
checking for python3.3... no
checking for python3.2... no
checking for python3.1... no
checking for python3... no
checking for python2.7... python2.7
checking for main in -lpython2.7... no
checking for main in -lpython2.7m... no
checking for main in -lpython2.7mu... no
checking for python2.6... no
checking for python2... python2
checking for main in -lpython2... no
checking for main in -lpython2m... no
checking for main in -lpython2mu... no
checking for python... python
checking for main in -lpython... no
checking for main in -lpythonm... no
checking for main in -lpythonmu... no
results of the Python check:
Binary: python
Library: no
Include Dir: no
configure: error: No supported python lib version found. Try —disable-python
Error. Exiting.
  • Вопрос задан
  • 756 просмотров
Пригласить эксперта
Ответы на вопрос 2
djdeniro
@djdeniro
DeNet
configure: error: No supported python lib version found. Try —disable-python

Попробуй с —disable-python

----
./launch.sh install —disable-python
Ответ написан
Суди по всему у вас в системе отстутствует python

yum groupinstall -y 'development tools'
или
yum install python
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы