Standalone DB Update not working with python 3.12
With python 3.12 mvupdate3 throws the following error :
`AttributeError: module 'ssl' has no attribute 'wrap_socket'`
This seems to be due to a change in python 3.12 which is e.g. explained in
[(https://github.com/eventlet/eventlet/issues/795)]
关闭于 2024-12-21 1 条评论