Ryven
Ryven copied to clipboard
Python 3.11 TypeError: can only concatenate str (not "NoneType") to str
always like this when try creating a new project runs using python 3.11 Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64 x86_64
Traceback (most recent call last):
File "/usr/local/bin/ryven", line 8, in
PySide2 is not yet compatible with Python 3.11. Indeed Ryven's version requirements currently do not account for PySide2 restrictions. It should do so in future releases.
closed in https://github.com/leon-thomm/Ryven/releases/tag/v3.5.0
you can now use Python 3.11 with PySide6<6.7 pip install 'pyside6<6.7'