Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. pip3 install pyqt5 says --No matching distribution found for PyQt5-Qt5>=5.15.2 (from pyqt5)
Forum Updated to NodeBB v4.3 + New Features

pip3 install pyqt5 says --No matching distribution found for PyQt5-Qt5>=5.15.2 (from pyqt5)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 6.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shivak3
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved