E
E
Evgeny Oleinikov2015-09-23 11:43:47
linux
Evgeny Oleinikov, 2015-09-23 11:43:47

How to fix Python error when building telegram-cli?

When trying to build a file with a command
./configure
in Ubuntu 14.04
, an error occurs:

results of the Python check:
    Binary:      python
    Library:     no
    Include Dir: no
configure: error: No supported python lib version found. Try --disable-python

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
anelyubin, 2015-09-23
@ruJumi

I suspect it will also need:
sudo apt-get install python-dev

G
Gregory, 2015-09-23
@grigruss

Well, just do it in the description everything is clear. No libraries, no include folder specified, no supported python version.
The output is to install the latest python:
either like this:
./configure --disable-python

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question