no module named crypto.cipher

前端 未结 9 603
囚心锁ツ
囚心锁ツ 2021-02-07 06:59

I\'m trying my hands on encryption for a while now. I recently got hands on this python based crypter named PythonCrypter.

I\'m fairly new to Python and when I try to o

9条回答
  •  野的像风
    2021-02-07 07:33

    pip uninstall Crypto
    pip uninstall pycrypto
    pip install pycrypto
    

    That works for me.

    The point is, when you install pycrypto, you should remove Crypto first

提交回复
热议问题