HyperSine / how-does-SecureCRT-encrypt-password

Transferred from https://github.com/DoubleLabyrinth/how-does-SecureCRT-encrypt-password
262 stars 98 forks source link

ModuleNotFoundError: No module named 'Crypto' #3

Open aiwongs opened 2 years ago

aiwongs commented 2 years ago

It looks like environments above python3.8 are prone to this reporting error, even if you install the “requirements”. so follow the steps: pip3 uninstall crypto pip3 uninstall pycrypto pip3 install pycrypto

cheers~~and sw74 :)