Open agawronski opened 4 years ago
The fix was to rename "crypto" -> "Crypto" in Python37/Lib/site-packages/. Then inside of Python37/Lib/site-packages/Crypto/ to rename these directories with the proper case: Crypto.Signature Crypto.Math Random Crypto.Util Crypto.PublicKey
I'm not sure why Crypto installs improperly, with all lowercase, but I found many cases of this occuring for other users on Windows online.
Thanks @agawronski
I just faced same issue so I'm going to reopen this just to see if there is a better solve than having modify another package
I face same issue and solve modifying the name. crypto -> Crypto
Hi trying to follow the basic instructions to test the sample code.
From: https://github.com/CyberSource/cybersource-rest-samples-python
trying to run: Running the Samples From the Command Line
All of the commands prior to running mark-as-suspect.py were successful.