How to Install Requests in Visual Studio Code - Quick Guide (Python)

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • How to Install Requests in Visual Studio Code - Quick Guide (Python)
    In this video, I'll show you how to install the Python library Requests in Visual Studio Code. You will need Pip the Python package manager installed.
    This should work for both Windows 10, MacOS, and Linux.

Комментарии • 8

  • @AdonaySurielRD
    @AdonaySurielRD 29 дней назад +1

    Thank you mi estimado

  • @denetomtom
    @denetomtom 3 месяца назад +1

    This worked for me. Thankyou

  • @stehof2
    @stehof2 5 месяцев назад +2

    I'm using MacOSX and running Python 3.12.2 but whatever I do, I keep getting this error when I try to install:
    ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
    ERROR: No matching distribution found for requests
    Any thoughts?

  • @CooleraNet
    @CooleraNet 5 месяцев назад +1

    Thank you for your video on this. I am new to Python. After executing the procedure outlined in the video, I continue to have a message related to 'requests' indicating 'requests could not be resolved from source' Any ideas on this?

  • @ziadqassem6237
    @ziadqassem6237 7 дней назад

    PS C:\Users\ziad> pip install requests
    pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
    path is correct and try again.
    At line:1 char:1
    + pip install requests
    + ~~~
    + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  • @balaselvam7024
    @balaselvam7024 4 месяца назад +1

    I did the pip install requests and I got the following error: "zsh" command not found" pip". Any ideas what I'm doing wrong?

    • @MaximeHirret
      @MaximeHirret 3 месяца назад

      same did you solve this issue ?

  • @user-yk2mw4ey4g
    @user-yk2mw4ey4g 6 месяцев назад +1

    great