Downgrade Python 3,8 a 3,7 Ubuntu

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.7
Vast Vicuña