Error while trying to import kiteconnect

scaars13
Getting this error AttributeError: module 'lib' has no attribute 'SSL_CTX_set_ecdh_auto'
I have looked at some of the other discussions and tried upgrading pyopenssl but still get the same error
  • rakeshr
    You will need to update both pyopenssl and cryptography. This article explains in detail.
  • scaars13
    I actually tried this blog as well and installed both pyopenssl and cryprography libraries that were compatible with each other. In the end, I just found the issue was arising when jupyter was installed before kiteconnect. Didnt bother looking further so still dont know for sure exactly what was causing the issue
This discussion has been closed.