Bitwise-01 / Loki

Remote Access Tool
MIT License
570 stars 220 forks source link

Builder.py throwing error #11

Closed sp00kyhacker closed 5 years ago

sp00kyhacker commented 5 years ago

Traceback (most recent call last): File "G:\R\RR\Loki-master\builder\builder.py", line 14, in from lib.aes import CryptoAES File "G:\R\RR\Loki-master\builder\lib\aes.py", line 5, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

I am getting this error, I've tried to manually do pip install pycrypto to see if that helped and it did not.

Bitwise-01 commented 5 years ago
$> pip install pycryptodome
sp00kyhacker commented 5 years ago

This solved my problem, thanks for the support!