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
When I import klein (i.e.: from klein import Klein), I get an error that concludes in the following lines:
File "/usr/local/lib/python3.7/dist-packages/twisted/internet/_sslverify.py", line 1807, in fromOpenSSLCipherString
SSL.TLS_METHOD,
AttributeError: module 'OpenSSL.SSL' has no attribute 'TLS_METHOD'
When I import klein (i.e.:
from klein import Klein
), I get an error that concludes in the following lines:Appears related to this twisted issue.
The text was updated successfully, but these errors were encountered: