I am on Ubuntu 18.04 in my PC.
I installed PyCharm. But when I tried to run a simple print 'hello world', it showed a pop-up to install Python Packaging Tools.
When clicked on install, it showed the following error:
Executed command:
/tmp/tmp9bdigh8apycharm-management/setuptools-39.1.0/setup.py install
Error occured:
ModuleNotFoundError: No module named 'distutils.core'
Command Output:
Traceback (most recent call last): File "/tmp/tmp9bdigh8apycharm-management/setuptools-39.1.0/setup.py", line 11, in import setuptools File "/tmp/tmp9bdigh8apycharm-management/setuptools-39.1.0/setuptools/init.py", line 5, in import distutils.core ModuleNotFoundError: No module named 'distutils.core'
Please help me fix this and install the interpreter.