srlabs / extractor

Extractor: The Android firmware image extraction tool
Apache License 2.0
76 stars 16 forks source link

python3.3 -c "from Crypto.Cipher import ARC4" problem #10

Open GalKrismax opened 8 months ago

GalKrismax commented 8 months ago

(venv) krystian@Lenovo-X240:~$ sudo ./extractor.py 8227L-8.bin --system-dir-output wyp Traceback (most recent call last): File "./extractor.py", line 29, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

SBester001 commented 6 months ago

Did you perhaps install the requirements without sudo and then ran the command with sudo?