You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/share/wfuzz/src/wxfuzz.py", line 3, in
from wfuzz.wfuzz import main_gui
File "/usr/share/wfuzz/src/wfuzz/init.py", line 55, in
from .options import FuzzSession
File "/usr/share/wfuzz/src/wfuzz/options.py", line 6, in
from .facade import (
File "/usr/share/wfuzz/src/wfuzz/facade.py", line 1, in
from .helpers.file_func import get_home, get_path, get_config_dir
File "/usr/share/wfuzz/src/wfuzz/helpers/file_func.py", line 4, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/share/wfuzz/src/wxfuzz.py", line 3, in
from wfuzz.wfuzz import main_gui
File "/usr/share/wfuzz/src/wfuzz/init.py", line 55, in
from .options import FuzzSession
File "/usr/share/wfuzz/src/wfuzz/options.py", line 6, in
from .facade import (
File "/usr/share/wfuzz/src/wfuzz/facade.py", line 1, in
from .helpers.file_func import get_home, get_path, get_config_dir
File "/usr/share/wfuzz/src/wfuzz/helpers/file_func.py", line 4, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered: