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

ModuleNotFoundError: No module named 'Crypto' #126

Closed
AngeloMetal opened this issue Feb 18, 2021 · 2 comments
Closed

ModuleNotFoundError: No module named 'Crypto' #126

AngeloMetal opened this issue Feb 18, 2021 · 2 comments

Comments

@AngeloMetal
Copy link

AngeloMetal commented Feb 18, 2021

Hi, I get the following error once I run C:\Python39\python.exe seedrecover.py --help:

  File "C:\Users\bymet\Pictures\btcrecover2\seedrecover.py", line 30, in <module>
    from btcrecover import btcrseed
  File "C:\Users\bymet\Pictures\btcrecover2\btcrecover\__init__.py", line 2, in <module>
    from .btcrpass import *
  File "C:\Users\bymet\Pictures\btcrecover2\btcrecover\btcrpass.py", line 40, in <module>
    from lib.emip3 import emip3
  File "C:\Users\bymet\Pictures\btcrecover2\lib\emip3\emip3.py", line 5, in <module>
    from Crypto.Cipher import ChaCha20_Poly1305
ModuleNotFoundError: No module named 'Crypto' 

I've installed pycryptodome~=3.9.9 and all the other requirements. Have you any ideas what's the fault? Thank you.

@3rdIteration
Copy link
Owner

Did you do the full install -r requirements.txt ?

@AngeloMetal
Copy link
Author

Thanks, I installed them again and it worked. Issue is now closed.

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

2 participants