Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'exceptions

sunilm
Can somebody help me understand how to fix the below issue when trying to import kiteconnect in lambda funtion.

[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'exceptions' from 'cryptography.hazmat.bindings._rust' (unknown location)
Traceback (most recent call last):

I am using kiteconnect version 4.2.0, cryptography 41.0.1 with python 3.7
  • rakeshr
    [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': cannot import name 'exceptions' from 'cryptography.hazmat.bindings._rust' (unknown location)
    You can go through this GitHub issue.
Sign In or Register to comment.