Ryven icon indicating copy to clipboard operation
Ryven copied to clipboard

unable to install Ryven because of PySide2

Open Vorms opened this issue 2 years ago • 3 comments

ERROR: Could not find a version that satisfies the requirement PySide2 (from ryven) (from versions: none) ERROR: No matching distribution found for PySide2

I installed PySide6 but this doesn't solve the issue

Thanks

Vorms avatar Feb 12 '23 21:02 Vorms

I am also having this issue now.

oromiaGodanna avatar Mar 06 '23 12:03 oromiaGodanna

Probably because you're using Python 3.11 and PySide2 requires Python version less than 3.11:

https://pypi.org/project/PySide2/

ResRipper avatar May 12 '23 06:05 ResRipper