You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Looks like we are relying on a private identifier which has been removed in Twisted 18.4:
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/rav/work/synapse/synapse/app/homeserver.py", line 31, in <module>
from synapse.crypto import context_factory
File "synapse/crypto/context_factory.py", line 17, in <module>
from twisted.internet._sslverify import _OpenSSLECCurve, _defaultCurveName
ImportError: cannot import name _OpenSSLECCurve
Looks like we are relying on a private identifier which has been removed in Twisted 18.4: