Please write the answers to all these commands:
Here you go
~
You have 4 versions of Python (default version is 3.7.5).
sudo apt install python3-pyqt5
wget https://download.electrum.org/3.3.8/Electrum-3.3.8.tar.gz
sudo apt install python3-setuptools python3-pip
sudo pip3 install Electrum-3.3.8.tar.gz
electrum
And everything should work.
-----
If not, you can try changing the default python version and try again:
// this will change to version 3.6.9
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2
// this will change to version 3.8.0
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 2