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

ERROR: Crypto module missing, however it is installed #40

Open
dfirhoze opened this issue Feb 10, 2022 · 1 comment
Open

ERROR: Crypto module missing, however it is installed #40

dfirhoze opened this issue Feb 10, 2022 · 1 comment

Comments

@dfirhoze
Copy link

Running on a Mac with Python 3.10.0. Any quick fix suggestions?

user@AdminisatorsMBP cLeapp % python3 cleapp.py --help
Traceback (most recent call last):
File "/Users/user/Desktop/DFIR TOOLS/cLeapp/cleapp.py", line 10, in
from scripts.cleap_artifacts import *
File "/Users/user/Desktop/DFIR TOOLS/cLeapp/scripts/cleap_artifacts.py", line 18, in
from scripts.artifacts.chromeLoginData import get_chromeLoginData
File "/Users/user/Desktop/DFIR TOOLS/cLeapp/scripts/artifacts/chromeLoginData.py", line 6, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

@markmckinnon
Copy link
Owner

Can you try it with python 3.9. There have been some issues with python 3.10. Will have to test with python 3.10 to see if there are any issues.

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