I got it... There were two modules missing(six and chardet) which i was able to download with this command:

sudo apt install --reinstall python3-six
sudo apt install --reinstall python3-chardet

Run these and u should be good to go