Q A Q:1.mac pycharm 40:438: execution error: Error: Python packaging tool 'pip' not found A: This problem comes because we might be unknowingly using some packages from python3 and for this we would need pip for python3. sudo apt-get install python3-pip