-
Notifications
You must be signed in to change notification settings - Fork 499
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
AttributeError: module 'ssl' has no attribute 'wrap_socket' #475
Comments
Same here also on Fedora 39 same versions of gdbgui and gdb as OP |
benjamindoron
added a commit
to benjamindoron/gdbgui
that referenced
this issue
Feb 12, 2024
Update eventlet requirement for Python 3.12 support. Take this opportunity to update all dependencies, nox tests still pass. This fixes issue cs01#475. Signed-off-by: Benjamin Doron <[email protected]>
1 task
same here on mac os 14.4 |
same on Fedora 40 |
some on Linux Mint 22 Wilma |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm running Fedora 39 with Python 3.12.1
When trying to run gdbgui, everything crashes with the error:
AttributeError: module 'ssl' has no attribute 'wrap_socket'
From what I've seen, it's an incompatible change brought by Python 3.12 (see eventlet/eventlet#795 for example).
To Reproduce
Try to run gdbgui
Expected behavior
It works
Screenshots
Please complete the following information:
gdbgui -v
): 0.15.2.0gdb -v
): 14.1-1.fc39pip freeze
):Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: