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' #40

Open
a2nt opened this issue Mar 15, 2024 · 2 comments
Open

ModuleNotFoundError: No module named 'Crypto' #40

a2nt opened this issue Mar 15, 2024 · 2 comments

Comments

@a2nt
Copy link

a2nt commented Mar 15, 2024

Looks like a python module is missing

(.venv) darkmoon :: ~/goodix-fp-dump ‹master› # sudo python3 run_5385.py                                 
Traceback (most recent call last):
  File "/root/goodix-fp-dump/run_5385.py", line 1, in <module>
    import driver_53x5
  File "/root/goodix-fp-dump/driver_53x5.py", line 7, in <module>
    import Crypto.Hash.SHA256
ModuleNotFoundError: No module named 'Crypto'

(.venv) darkmoon :: ~/goodix-fp-dump ‹master› # python --version                                     
Python 3.11.8

@igorar666
Copy link

Try 2 install "PyCrypto" or "PyCryptodome"

@NameeLesS
Copy link

You have to use venv python try sudo .venv/bin/python ./run_5385.py

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

3 participants