Hi @zpghost @UE_FlavienP,
The error is from python 3.9 not containing the function it would appear to be coming from the ssl.pyd which has changed.
ssl — TLS/SSL wrapper for socket objects — Python 3.10.5 documentation
Changed in version 3.6: OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported. In the future the ssl module will require at least OpenSSL 1.0.2 or 1.1.0.
I don’t have python loaded and when I go into Windows Powershell and type python it offers to load python 3.10 from the Microsoft Store.
I wonder if an older version of python is installed causing the error.
Just for the moment could you uninstall python version on you PC and try again because all the exceptions and errors in your log are python SSL errors