nang-dev/CustomCryptocurrency

No module named 'Crypto'

Opened this issue · 10 comments

ModuleNotFoundError: No module named 'Crypto'

iv check everywhere for a fix and cant find one please help!

Hey there, sorry, I've had a lot of projects and not been able to look into this yet.

I do have some related, Blockchain Python code that I can share

just created a private repo and invited you to it

just created a private repo and invited you to it

i dident get the invite

Invite resent.
in the terminal use pip to install modules you don't have. AES should take care of the crypto mod
pip3 install aes
-or-
just pip3
install crypto
see this link
https://pypi.org/project/crypto/

ModuleNotFoundError: No module named 'Crypto'

iv check everywhere for a fix and cant find one please help!

use
pip install pycrypto

I have the same problem even after I installed crypto with "pip install crypto"

I have the same problem even after I installed crypto with "pip install crypto"

It's pycrypto

pyCrypto is dead (rip) I guess, use PyCryptodome

ModuleNotFoundError: No module named 'Crypto'

iv check everywhere for a fix and cant find one please help!

You should use PyCrypto as that is the library that he uses. The import is deceiving.

pip3 install pycrypto