holehe icon indicating copy to clipboard operation
holehe copied to clipboard

a bug

Open ghost opened this issue 10 months ago • 0 comments

when i ran this command "holehe -h"

i found this error: Traceback (most recent call last): File "/usr/local/bin/holehe", line 33, in sys.exit(load_entry_point('holehe==1.61', 'console_scripts', 'holehe')()) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/holehe", line 25, in importlib_load_entry_point return next(matches).load() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/importlib/metadata/init.py", line 179, in load module = import_module(match.group('module')) File "/usr/lib/python3.13/importlib/init.py", line 88, 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 1026, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/local/lib/python3.13/dist-packages/holehe-1.61-py3.13.egg/holehe/core.py", line 3, in import httpx File "/usr/lib/python3/dist-packages/httpx/init.py", line 2, in from ._api import delete, get, head, options, patch, post, put, request, stream File "/usr/lib/python3/dist-packages/httpx/_api.py", line 6, in from ._client import Client File "/usr/lib/python3/dist-packages/httpx/_client.py", line 12, in from ._auth import Auth, BasicAuth, FunctionAuth File "/usr/lib/python3/dist-packages/httpx/_auth.py", line 12, in from ._models import Cookies, Request, Response File "/usr/lib/python3/dist-packages/httpx/_models.py", line 11, in from ._content import ByteStream, UnattachedStream, encode_request, encode_response File "/usr/lib/python3/dist-packages/httpx/_content.py", line 17, in from ._multipart import MultipartStream File "/usr/lib/python3/dist-packages/httpx/_multipart.py", line 8, in from ._types import ( ...<6 lines>... ) File "/usr/lib/python3/dist-packages/httpx/_types.py", line 5, in import ssl File "/usr/lib/python3.13/ssl.py", line 100, in import _ssl # if we can't import it, let the error propagate ^^^^^^^^^^^ ImportError: li"c.so.6: cannot open shared object file: No such file or directory

ghost avatar Feb 25 '25 15:02 ghost