How to install PySide6
-
According to link https://pypi.org/project/PySide6/ command
pip install PySide6
is suppose to install 6.2. But when I run I get 6.1.3. I using ubuntu 20.04 and python version 3.8.10
I also tried
pip install PySide6==6.2ERROR: Could not find a version that satisfies the requirement PySide6==6.2 (from versions: 6.0.0a1.dev1606911628, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.1.0, 6.1.1, 6.1.2, 6.1.3)
ERROR: No matching distribution found for PySide6==6.2 -
According to link https://pypi.org/project/PySide6/ command
pip install PySide6
is suppose to install 6.2. But when I run I get 6.1.3. I using ubuntu 20.04 and python version 3.8.10
I also tried
pip install PySide6==6.2ERROR: Could not find a version that satisfies the requirement PySide6==6.2 (from versions: 6.0.0a1.dev1606911628, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.1.0, 6.1.1, 6.1.2, 6.1.3)
ERROR: No matching distribution found for PySide6==6.2 -
@kumar80 At this time it is only available for windows: https://pypi.org/project/PySide6/#files, probably later they will upload it for linux and macos
@eyllanesc Any ETA when it will be available for other platforms?