hello sir i cant install infonet what i do now plese help me
dineepakarunarathna opened this issue · 2 comments
dineepakarunarathna commented
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'
hwac121 commented
Try python3 ufonet
epsylon commented
should be fixed at this release: aea21b3
try this steps:
- git clone https://github.com/epsylon/ufonet (or python3 ufonet --update)
- cd ufonet
- sudo python3 setup.py
- python3 ufonet