I get this error each time I try to install PyQt5 on PyCharm
So I try running the executed command from the system terminal as suggested in the screenshot and get this.
zsh: command not found: pip
I use this this command instead
python3 -m pip install PyQt5
and it shows as already installed
However, in PyCharm, PyQt5 is still undetected.