If you receive the ModuleNotFoundError: No module named 'distutils.core' error after installing Pycharm, the reason for the error is that the distutil package is not installed.
You can use the following command to solve the error.
sudo apt install python3-distutils -y
You can then start Pycharm again.
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket