epsylon/ufonet

ImportError: No module named Crypto.Cipher

MiddleMan12 opened this issue · 2 comments

I have all requested packages installed and when i try to use ./ufonet im getting this error

Traceback (most recent call last):
File "./ufonet", line 10, in
from core.main import UFONet
File "/home/alex/ufonet/core/main.py", line 14, in
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher

The problem was i wasn't using python3 (ex. python3 ufonet )

The problem was i wasn't using python3 (ex. python3 ufonet )

I dont think that was the problem as I am currently using sudo python3 unfonet but its still not workin