Closed dimablox closed 4 years ago
this is what i get when i type ufonet --gui
sudo apt-get install python3-crypto
no work. --> "sudo apt-get install python3-crypto"
dupe: https://github.com/epsylon/ufonet/issues/417
@Vikingo-07 -> https://github.com/epsylon/ufonet/issues/417#issuecomment-1240483016
try this:
sudo pip3 uninstall crypto
sudo pip3 uninstall pycrypto
sudo pip3 install pycrypto
I am do that, no work
is esay use this pip3 uninstall crypto pip3 uninstall pycrypto pip3 install pycryptodome
Traceback (most recent call last): File "ufonet", line 16, in
app.run()
File "/home/db/ufonet/core/main.py", line 1201, in run
self.create_web_interface()
File "/home/db/ufonet/core/main.py", line 2759, in create_web_interface
from .webgui import ClientThread
File "/home/db/ufonet/core/webgui.py", line 21, in
from core.tools.crypter import Cipher
File "/home/db/ufonet/core/tools/crypter.py", line 23, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
please help..