Advertisement
Guts70

Untitled

Mar 13th, 2024
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.33 KB | None | 0 0
  1. C:\Windows\system32>pip install PyQt5
  2. Collecting PyQt5
  3.   Using cached PyQt5-5.15.10-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
  4. Requirement already satisfied: PyQt5-sip<13,>=12.13 in c:\users\icon\appdata\local\programs\python\python312\lib\site-packages (from PyQt5) (12.13.0)
  5. Requirement already satisfied: PyQt5-Qt5>=5.15.2 in c:\users\icon\appdata\local\programs\python\python312\lib\site-packages (from PyQt5) (5.15.2)
  6. Using cached PyQt5-5.15.10-cp37-abi3-win_amd64.whl (6.8 MB)
  7. Installing collected packages: PyQt5
  8. Successfully installed PyQt5-5.15.10
  9.  
  10. C:\Windows\system32>pip install pyqt5-tools==5.15.9.3.3
  11. Collecting pyqt5-tools==5.15.9.3.3
  12.   Using cached pyqt5_tools-5.15.9.3.3-py3-none-any.whl.metadata (8.3 kB)
  13. Collecting click (from pyqt5-tools==5.15.9.3.3)
  14.   Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
  15. Collecting pyqt5==5.15.9 (from pyqt5-tools==5.15.9.3.3)
  16.   Using cached PyQt5-5.15.9-cp37-abi3-win_amd64.whl.metadata (2.2 kB)
  17. INFO: pip is looking at multiple versions of pyqt5-tools to determine which version is compatible with other requirements. This could take a while.
  18. ERROR: Could not find a version that satisfies the requirement pyqt5-plugins<5.15.9.3,>=5.15.9.2.2 (from pyqt5-tools) (from versions: none)
  19. ERROR: No matching distribution found for pyqt5-plugins<5.15.9.3,>=5.15.9.2.2
  20.  
  21. C:\Windows\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement