-
Notifications
You must be signed in to change notification settings - Fork 507
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
Python 3.13 is not supported #494
Comments
#478 is a related issue which is causing that gdbgui dependencies cannot be upgraded to get necessary fixes. |
Does have some workaround? Thanks. |
The only workaround I managed so far was to switch to a Python 3.12 instance and install via |
I found that downloading the source. Changing the |
Gdbgui requires a fixed version of greenlet:
greenlet==3.0.0
. There are fixes for greenlet for Python 3.13, e.g. python-greenlet/greenlet@528b816 which are not ingreenlet==3.0.0
. Without them the installation of gdbgui fails with the followring error:To Reproduce
pip install gdbgui
The text was updated successfully, but these errors were encountered: