Open FBSANAKONDA opened 1 year ago
Hey, as you can see here:
File "/home/user/.local/bin/holehe", line 8, in <module> sys.exit(main()) ^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/holehe/core.py", line 226, in main trio.run(maincore) File "/usr/lib/python3/dist-packages/trio/_core/_run.py", line 2010, in run raise runner.main_task_outcome.error File "/home/user/.local/lib/python3.11/site-packages/holehe/core.py", line 199, in maincore modules = import_submodules("holehe.modules") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/holehe/core.py", line 44, in import_submodules results[full_name] = importlib.import_module(full_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1206, in _gcd_import File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1142, in _find_and_load_unlocked
the problem is probably caused by not "valid" python configuration.
What may help:
-- Complete reinstall of whole package.
-- Complete python reinstall
-- Python update
-- Machine system update
I used pip to install holehe 1.61 on my kali linux machine:
Looks everything is good, but when I run it I get this error:
Its probably something I messed up, but I can find a way to fix it. I would really appreciate if you would respond with a fix or fix the issue.
Edit: yesterday I didn't have this issue. I upgraded my Kali, the error came afterwards.
Greetings, FBS