pip3 install pyqt5 says --No matching distribution found for PyQt5-Qt5>=5.15.2 (from pyqt5)
Unsolved
Installation and Deployment
-
Hi ,
I am trying to install pyqt5 using pip3 on CentOS 7 machine. But, it is giving error like below.
[root@localhost ~]# pip3 install --user pyqt5 WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. Collecting pyqt5 Downloading https://files.pythonhosted.org/packages/36/66/19983d471c702e551a19a7225a92a7c1efadd961f6c650110ed906dd0ed7/PyQt5-5.15.6-cp36-abi3-manylinux1_x86_64.whl (8.3MB) 100% |████████████████████████████████| 8.3MB 196kB/s Collecting PyQt5-Qt5>=5.15.2 (from pyqt5) Could not find a version that satisfies the requirement PyQt5-Qt5>=5.15.2 (from pyqt5) (from versions: ) No matching distribution found for PyQt5-Qt5>=5.15.2 (from pyqt5) [root@localhost ~]#
Could any one please explain what does it mean and how to install it? Thank you in Advance.
-
Hi,
Maybe a silly question but, are you on a 64bit distribution ?
That said, you should listen to the warning and stop working as root.