Getting an error while installing Python 3.4.4 in Linux

Viewed 204

While installing Python 3.4.4 into Linux server by running ./configure script and getting the following error:

checking for ensurepip... upgrade
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.pre.in'

I am trying to search but not getting that much information, could experts provide here their views, will be grateful to you.

1 Answers
Related