Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'Crypto' #19

Open
crazyRM opened this issue Apr 26, 2021 · 10 comments
Open

No module named 'Crypto' #19

crazyRM opened this issue Apr 26, 2021 · 10 comments

Comments

@crazyRM
Copy link

crazyRM commented Apr 26, 2021

ModuleNotFoundError: No module named 'Crypto'

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

@LinuxUser255
Copy link

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

@LinuxUser255
Copy link

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

@LinuxUser255
Copy link

just created a private repo and invited you to it

@crazyRM
Copy link
Author

crazyRM commented Apr 27, 2021

just created a private repo and invited you to it

i dident get the invite

@LinuxUser255
Copy link

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/

@Avinask0
Copy link

Avinask0 commented May 9, 2021

ModuleNotFoundError: No module named 'Crypto'

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

use
pip install pycrypto

@alibizhan
Copy link

alibizhan commented May 13, 2021

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

@Avinask0
Copy link

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

It's pycrypto

@moughamir
Copy link

pyCrypto is dead (rip) I guess, use PyCryptodome

@NTechStorm
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants