Python getting problem of installing pyqt5

Dennis Lee Bieber wlfraed at ix.netcom.com
Mon Aug 15 16:21:05 EDT 2022


On Sat, 13 Aug 2022 08:32:19 -0700 (PDT), Varad Gore <gorevaradv at gmail.com>
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 line that started this sequence...

>(venv) PS C:\Users\gorev\OneDrive\Desktop\Medidost> ^C

... was it also run from inside the virtual environment?

>(venv) PS C:\Users\gorev\OneDrive\Desktop\Medidost> pip install pyqt5-tools 

	Personally, anytime I see OneDrive involved, my first thought is to
blame it (It plays hob with multi-file relational databases, such as Visual
FoxPro used by the TMG genealogy program -- VFP opens/closes table files
(there are three per table) on an as-needed scheme; OneDrive sees a
modified file and locks it while synching it to the cloud -- and that
blocks VFP from being able to do the next update, and often causing
corruption of the database when the three table files become
unsynchronized).

	However... as a test (note: I have Python (an older ActiveState build)
installed "for all users", and not in a user specific install.

C:\Users\Wulfraed>pip install pyqt5_tools
Collecting pyqt5_tools
  Downloading pyqt5_tools-5.15.4.3.2-py3-none-any.whl (29 kB)
Collecting pyqt5-plugins<5.15.4.3,>=5.15.4.2.2
  Downloading pyqt5_plugins-5.15.4.2.2-cp38-cp38-win_amd64.whl (67 kB)
     |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 67 kB 988 kB/s
Collecting python-dotenv
  Downloading python_dotenv-0.20.0-py3-none-any.whl (17 kB)
Collecting pyqt5==5.15.4
  Downloading PyQt5-5.15.4-cp36.cp37.cp38.cp39-none-win_amd64.whl (6.8 MB)
     |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 6.8 MB 541 kB/s

>>>NOTE the file name for PyQt5

Requirement already satisfied: click in c:\python38\lib\site-packages (from
pyqt5_tools) (7.1.2)
Collecting qt5-tools<5.15.2.2,>=5.15.2.1.2
  Downloading qt5_tools-5.15.2.1.2-py3-none-any.whl (13 kB)
Collecting PyQt5-Qt5>=5.15
  Downloading PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl (50.1 MB)
     |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 50.1 MB 25 kB/s
Requirement already satisfied: PyQt5-sip<13,>=12.8 in
c:\python38\lib\site-packages (from pyqt5==5.15.4->pyqt5_tools) (12.8.1)
Collecting qt5-applications<5.15.2.3,>=5.15.2.2.2
  Downloading qt5_applications-5.15.2.2.2-py3-none-win_amd64.whl (60.9 MB)
     |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 60.9 MB 5.5 kB/s
Installing collected packages: PyQt5-Qt5, pyqt5, qt5-applications,
qt5-tools, pyqt5-plugins, python-dotenv, pyqt5-tools
  Attempting uninstall: pyqt5
    Found existing installation: PyQt5 5.15.1
    Uninstalling PyQt5-5.15.1:
      Successfully uninstalled PyQt5-5.15.1
Successfully installed PyQt5-Qt5-5.15.2 pyqt5-5.15.4
pyqt5-plugins-5.15.4.2.2 pyqt5-tools-5.15.4.3.2 python-dotenv-0.20.0
qt5-applications-5.15.2.2.2 qt5-tools-5.15.2.1.2

C:\Users\Wulfraed>



-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/


More information about the Python-list mailing list