epsylon/ufonet

hello sir i cant install infonet what i do now plese help me

dineepakarunarathna opened this issue · 2 comments

python3 setup.py install
Traceback (most recent call last):
File "/home/kg/ufonet/setup.py", line 17, in
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'

after i runed this commend sudo apt-get install python3-setuptools
but displaed this error

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

Try python3 ufonet

should be fixed at this release: aea21b3

try this steps:

  1. git clone https://github.com/epsylon/ufonet (or python3 ufonet --update)
  2. cd ufonet
  3. sudo python3 setup.py
  4. python3 ufonet