Reset Python as Python3
Run the following commands
cd /usr/bin sudo rm python sudo ln -s python3 python python Ctrl+Z
References