leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.76k stars 439 forks source link

unable to install Ryven because of PySide2 #143

Open Vorms opened 1 year ago

Vorms commented 1 year ago

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

oromiaGodanna commented 1 year ago

I am also having this issue now.

ResRipper commented 1 year ago

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

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