Задать вопрос

Как исправить ошибку 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.
  • Вопрос задан
  • 763 просмотра
Подписаться 3 Оценить Комментировать
Ответ пользователя Denis Verbin К ответам на вопрос (2)
Суди по всему у вас в системе отстутствует python

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