Re: Python getting problem of installing pyqt5

2022-08-15 Thread Dennis Lee Bieber
On Sat, 13 Aug 2022 08:32:19 -0700 (PDT), Varad Gore declaimed the following: >Collecting pyqt5 > Using cached PyQt5-5.15.7-cp37-abi3-win_amd64.whl (6.8 MB) Where did this one come from? The "cp37" seems to imply it is a Python 3.7 variant. You also didn't include the command

Re: Python getting problem of installing pyqt5

2022-08-15 Thread Mats Wichmann
On 8/13/22 09:32, Varad Gore wrote: Looks like you have a version mismatch problem. > Collecting pyqt5 > Using cached PyQt5-5.15.7-cp37-abi3-win_amd64.whl (6.8 MB) > Requirement already satisfied: PyQt5-Qt5>=5.15.0 in >

Python getting problem of installing pyqt5

2022-08-14 Thread Varad Gore
Collecting pyqt5 Using cached PyQt5-5.15.7-cp37-abi3-win_amd64.whl (6.8 MB) Requirement already satisfied: PyQt5-Qt5>=5.15.0 in c:\users\gorev\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages (from pyqt5) (5.15.2)