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.
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.