You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I really have to install an outdated Python version (>3.11, <3.12) to use Blitz, or is there a way to configure it somewhere? Otherwise, that would be quite a significant barrier for users.
The text was updated successfully, but these errors were encountered:
The installation of all required packages (especially PyQt5) was a headache using pip and poetry.
I somehow had to specify a version of Python below 3.12 to avoid conflicts between PyQt5 and something else. Maybe this was platform specific.
In other words: I don't see why it should not work with 3.12 if your package manager does not complain while installing.
Do I really have to install an outdated Python version (>3.11, <3.12) to use Blitz, or is there a way to configure it somewhere? Otherwise, that would be quite a significant barrier for users.
The text was updated successfully, but these errors were encountered: