Can't install virtual interpreter in PyCharm in Linux
Solution 1:
I had to install it. This was fresh Kubuntu 18.04 install, obviously, without this needed package.
sudo apt-get install python3-distutils
After that I restarted PyCharm and creating virtual project interpreter was successful.
Solution 2:
If @Hrvoje T's answer did not work (it did not work for me) then try this:
Run this command and you should be able to install the packaging tools in Pycharm:
sudo apt install python3-pip
It's python3-pip
, not python-pip
if you are using the Python3 interpreter.
https://stackoverflow.com/questions/43567996/pycharm-python-packaging-tools-not-found