error: can't find python executable "python", you can set the python env variable.

C++
apt-get update     
apt-get install python2.7    
ln -s /usr/bin/python2.7 /usr/bin/python 
Source

Also in C++: