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
Desktop (please complete the following information):
OS:windows 11
THE error:
File "\?\C:\Python312\Scripts\holehe-script.py", line 33, in
sys.exit(load_entry_point('holehe==1.61', 'console_scripts', 'holehe')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 233, in main
trio.run(maincore)
File "C:\Python312\Lib\site-packages\trio-0.29.0-py3.12.egg\trio_core_run.py", line 2423, in run
raise runner.main_task_outcome.error
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 206, in maincore
modules = import_submodules("holehe.modules")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 46, in import_submodules
results.update(import_submodules(full_name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 44, in import_submodules
results[full_name] = importlib.import_module(full_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\modules\social_media\facebook.py", line 4, in
import requests # Adjust if using a different HTTP library
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'requests
The text was updated successfully, but these errors were encountered:
Describe the bug
the holehe [email protected]
doesn't work
To Reproduce
holehe (your email)
Desktop (please complete the following information):
THE error:
File "\?\C:\Python312\Scripts\holehe-script.py", line 33, in
sys.exit(load_entry_point('holehe==1.61', 'console_scripts', 'holehe')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 233, in main
trio.run(maincore)
File "C:\Python312\Lib\site-packages\trio-0.29.0-py3.12.egg\trio_core_run.py", line 2423, in run
raise runner.main_task_outcome.error
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 206, in maincore
modules = import_submodules("holehe.modules")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 46, in import_submodules
results.update(import_submodules(full_name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\core.py", line 44, in import_submodules
results[full_name] = importlib.import_module(full_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Python312\Lib\site-packages\holehe-1.61-py3.12.egg\holehe\modules\social_media\facebook.py", line 4, in
import requests # Adjust if using a different HTTP library
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'requests
The text was updated successfully, but these errors were encountered: