Project needs Tkinter library to work. Python generally comes shipped with an integrated tk package inside.
Pyenv does not install a python version with tkinter package. To install a compatible python version follow this guide.
sudo apt-get install python3-tkpip install -r requirements.txtpwd: .../image-alterations-detector
python -m image_alterations_detector.main 


