Getting an error while running program using cmd

rajukumarpu9
rajukumarpu9 edited June 2019 in Python client
I'm getting below error when I try to run a program(kite.orders()) using command prompt while the same program is working fine through IDE(pycharm)

from cryptography.hazmat.bindings._constant_time import lib
ModuleNotFoundError: No module named 'cryptography.hazmat.bindings._constant_time'

Please help me to get this error resolved.
This discussion has been closed.