• Пытаюсь установить pip install http scap на кали линукс?

    @Gabnk Автор вопроса
    учусь
    Collecting http
    Using cached http-0.02.tar.gz (32 kB)
    Preparing metadata (setup.py) ... error
    error: subprocess-exited-with-error

    × python setup.py egg_info did not run successfully.
    │ exit code: 1
    ╰─> [8 lines of output]
    Traceback (most recent call last):
    File "", line 2, in
    File "", line 34, in
    File "/tmp/pip-install-g_wak8rv/http_0532b0d1a5174e6c8d486b0dbdfe59b3/setup.py", line 3, in
    import http
    File "/tmp/pip-install-g_wak8rv/http_0532b0d1a5174e6c8d486b0dbdfe59b3/http/__init__.py", line 17, in
    from request import Request
    ModuleNotFoundError: No module named 'request'
    [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
    error: metadata-generation-failed

    × Encountered error while generating package metadata.
    ╰─> See above for output.

    note: This is an issue with the package mentioned above, not pip.
    hint: See above for details
    Ответ написан