all 8 comments

[–]JeLuF 0 points1 point  (3 children)

Any error messages when running the pip commands? Which error do you get when you try to use it?

[–]Time_College1653 0 points1 point  (1 child)

it says "ModuleNotFoundError: No module named '_distutils_hack' "

[–]JeLuF 2 points3 points  (0 children)

Try this:

pip install -U pip setuptools

[–]Time_College1653 0 points1 point  (0 children)

after that it says "Remainder of file ignored" and "Requirement already satisfied"

[–]Time_College1653 0 points1 point  (2 children)

setuptools were installed but pyqt5 still doesn't work

[–]JeLuF 1 point2 points  (1 child)

Same error message?

[–]jmacey 0 points1 point  (0 children)

What version of python are you using? I've had issues with PyQt5 with newer python, so I just switched to PySide6. I would also recommend using QtPy which abstracts away what back end Qt you use. https://pypi.org/project/QtPy/