Я пытаюсь запустить файл Pyqt5 на Pycharm, но продолжаю получать эту ошибку ниже:
/Users/mustafa/.pyenv/versions/3.7.3/bin/python "/Users/mustafa/Library/Application Support/JetBrains/PyCharmCE2020.1/scratches/scratch.py"
Traceback (most recent call last):
File "/Users/mustafa/Library/Application Support/JetBrains/PyCharmCE2020.1/scratches/scratch.py", line 10, in <module>
from PyQt5 import QtCore, QtGui, QtWidgets, uic
ModuleNotFoundError: No module named 'PyQt5'
Process finished with exit code 1.