You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: