-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psycopg2 and Pyside6 not working yet in Python 3.13 #2986
Comments
Tried with Python 3.11.9 and it works fine. |
Apparently ( |
Looks like |
|
I think I get it now: |
Ok, I also wondered why my attempt to use psycopg2-binary failed. Does it mean that we just need to say not to use 3.13 for now? |
Yes. I've now set the required Python to be between 3.9 and 3.13 for the time being. We should lift the upper bound once |
Same thing in #2985 |
python -m pip install -r requirements.txt
on Windows 11, Python 3.13Fails with
The text was updated successfully, but these errors were encountered: