xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.94k stars 1.39k forks source link

Error on run #354

Closed Luky12568 closed 1 year ago

Luky12568 commented 1 year ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/wfuzz", line 5, in from wfuzz.wfuzz import main File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/wfuzz/init.py", line 55, in from .options import FuzzSession File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/wfuzz/options.py", line 6, in from .facade import ( File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/wfuzz/facade.py", line 1, in from .helpers.file_func import get_home, get_path, get_config_dir File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/wfuzz/helpers/file_func.py", line 4, in import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' If it helps i am on termux

Luky12568 commented 1 year ago

Just do pip install --upgrade setuptools if anyone encounters it