I am trying to install mapnik in ubuntu 16.04 64-bit machine, following this tutorial https://github.com/mapnik/mapnik/wiki/UbuntuInstallation but when I enter ./configure I am getting error like this
Inheriting from mapnik-settings.env
scons: *** SCons version 4.1.0 does not run under Python version 2.7.12.
Python >= 3.5 is required.
I have tried different methods but nothing is working. My gcc version is gcc (GCC) 6.3.0 and clang version is clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final).