I’m trying to install pyic5 with this command in pycharm “pip install pyuic5
“, but it give me this error:
ERROR: Could not find a version that satisfies the requirement pyuic5 (from versions: none) ERROR: No matching distribution found for pyuic5
I have already tried the following steps:
1- install pyqt5
2- install pyqt5-tools
3-Searched online for similar issues and tried the suggested solutions.
4-upgrade “python.exe -m pip install --upgrade pip
“
There’s no such pip package named “pyuic5”. If you properly installed pyqt5, you should already have
pyuic5.exe
on your computer, just do a proper search on your file system.What made you think
pyuic5
is an installable package?