Python Forum
Installing Qt for Python. (On Windows 10)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Qt for Python. (On Windows 10)
#11
davediamond Wrote:I now have the following running on my pc :

(pq_env) C:\Users\GreenBus\myPython\pq_env>
Then you install and test that it work.
(pq_env) G:\div_code\pq_env
λ pip install pyside6
Collecting pyside6
  Downloading PySide6-6.2.4-6.2.4-cp36.cp37.cp38.cp39.cp310-none-win_amd64.whl (156.6 MB)
     ---------------------------------------- 156.6/156.6 MB 2.0 MB/s eta 0:00:00
Collecting shiboken6==6.2.4
  Downloading shiboken6-6.2.4-6.2.4-cp36.cp37.cp38.cp39.cp310-none-win_amd64.whl (2.3 MB)
     ---------------------------------------- 2.3/2.3 MB 3.6 MB/s eta 0:00:00
Installing collected packages: shiboken6, pyside6
Successfully installed pyside6-6.2.4 shiboken6-6.2.4

# Test that it work
(pq_env) G:\div_code\pq_env
λ python
Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide6 import QtCore, QtWidgets, QtGui
>>> import PySide6
>>>
>>> PySide6.__version__
'6.2.4'
>>> exit()

(pq_env) G:\div_code\pq_env
This will also install Qt Designer was separate install before.
Start Designer like this.
(pq_env) G:\div_code\pq_env
λ pyside6-designer
Reply


Messages In This Thread
RE: Installing Qt for Python. (On Windows 10) - by snippsat - Apr-14-2022, 07:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing auto-sklearn on Windows 10 Led_Zeppelin 1 2,765 Apr-15-2021, 08:02 PM
Last Post: bowlofred
  Need help installing infoblox-client on Windows 10 dazmac10 1 2,609 Mar-07-2021, 10:57 PM
Last Post: snippsat
  error while installing any library using pip in windows AkashKansal 1 4,528 Sep-24-2020, 07:51 AM
Last Post: buran
  installing python in windows 10 martynarthur2102 1 1,713 Aug-22-2020, 01:53 PM
Last Post: buran
  Installing pip windows 10 jcg36 9 5,330 Sep-13-2019, 12:44 PM
Last Post: snippsat
  pip not installing any package on windows royhimo855 0 3,191 Dec-10-2018, 07:58 AM
Last Post: royhimo855
  Installing and running a python web scraping app from github to a windows 8.1 system eugenioca 17 8,549 Oct-06-2018, 08:14 AM
Last Post: eugenioca
  Error while installing python3.6.4 on windows 10 SaurabhMaheshwari 1 4,237 Feb-18-2018, 09:36 PM
Last Post: sparkz_alot
  pip installing package using c++ boost in windows 6hearts 2 4,516 Feb-16-2018, 06:09 PM
Last Post: 6hearts
  Installing cartopy on Windows 10 varung1985 1 6,136 Mar-27-2017, 11:01 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020