Bitwise-01 / Loki

Remote Access Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builder.py throwing error

sp00kyhacker opened this issue · comments

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.

$> pip install pycryptodome

This solved my problem, thanks for the support!