Bash:
(base) admix@buben:~/Документы/mremoteng-decrypt-master$ pip uninstall pycrypto
ERROR: Cannot uninstall 'pycrypto'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
(base) admix@buben:~/Документы/mremoteng-decrypt-master$ easy_install pycrypto
Searching for pycrypto
Best match: pycrypto 2.6.1
Adding pycrypto 2.6.1 to easy-install.pth file
Using /home/admix/anaconda3/lib/python3.7/site-packages
Processing dependencies for pycrypto
Finished processing dependencies for pycrypto
(base) admix@buben:~/Документы/mremoteng-decrypt-master$ python3 mremoteng_decrypt.py
Traceback (most recent call last):
File "mremoteng_decrypt.py", line 5, in <module>
from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'
(base) admix@buben:~/Документы/mremoteng-decrypt-master$