1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Http library plug in and Thonny

Discussão em 'Python' iniciado por Stack, Outubro 5, 2024 às 11:32.

  1. Stack

    Stack Membro Participativo

    When I try to install the plug in in Thonny, is gives the following 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 "<string>", line 2, in <module>
    File "<pip-setuptools-caller>", line 34, in <module>
    File "C:\Users\murra\AppData\Local\Temp\pip-install-cuurl_zh\http_ee079edca8e844c58bb74db1119342d8\setup.py", line 3, in <module>
    import http
    File "C:\Users\murra\AppData\Local\Temp\pip-install-cuurl_zh\http_ee079edca8e844c58bb74db1119342d8\http\__init__.py", line 17, in <module>
    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.


    I tried installing it from GitHub directly and adding the add on from the zip file, but that did not work either.

    Continue reading...

Compartilhe esta Página