Skip to content

Installation issue when calling python3 -m pip install PyQt #32

Description

@hernanrr

Attempting to install from Pypi with Pip, using python3 -m pip install pyqt results in the error shown below.

(vent) % python3 -m pip install pyqt         
ERROR: Could not find a version that satisfies the requirement pyqt (from versions: none)
ERROR: No matching distribution found for pyqt

Attempting python3 -m pip install pyqt5 works as expected.

The installation failure seems to be expected behavior, as it is preempted in the installation instructions. If that is the case, why not simply remove it?

  1. Operating system: MacOS Big Sur Version 11.6.
  2. Installation method: Advanced user installations: Install with pip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions