epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.2k stars 612 forks source link

ModuleNotFoundError: No module named 'UFONet' #403

Closed Kirill020708 closed 2 years ago

Kirill020708 commented 2 years ago

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/bin/ufonet", line 33, in sys.exit(load_entry_point('ufonet==1.8', 'gui_scripts', 'ufonet')()) File "/Library/Frameworks/Python.framework/Versions/3.9/bin/ufonet", line 25, in importlib_load_entry_point return next(matches).load() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/metadata.py", line 77, in load module = import_module(match.group('module')) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 984, in _find_and_load_unlocked ModuleNotFoundError: No module named 'UFONet'

sudo python3 setup.py install

JanicePolito commented 2 years ago

same here

epsylon commented 2 years ago

related: https://github.com/epsylon/ufonet/issues/402