-
Notifications
You must be signed in to change notification settings - Fork 510
AttributeError: module 'ssl' has no attribute 'wrap_socket' #475
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 <benjamin.doron00@gmail.com>
1 task
same here on mac os 14.4 |
same on Fedora 40 |
some on Linux Mint 22 Wilma |
I found something related here
|
# for free
to join this conversation on GitHub.
Already have an account?
# 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: