I've upgraded Ubuntu version on my PC from Ubuntu 18.04 LTS to 20.04 LTS.
After that I restarted my machine and trying to use PyCharm, I notice I can't run Python code from the IDE or run the Python Console neither, receiving this error message:
ModuleNotFoundError: No module named 'distutils'
Any idea of what could go wrong with the LTS version upgrade?
ModuleNotFoundError: No module named 'distutils'
– Vzzarr Jul 01 '20 at 09:37