🐍 Fix ModuleNotFoundError (No Module Named Requests) Python Import Error (If Installed / If Exists)

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

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

  • @twosix2086
    @twosix2086 Год назад +32

    still ModuleNotFoundError :(((

  • @harshitchandra6340
    @harshitchandra6340 Год назад

    MY GOD I WAS LOOKING FOR A SOLUTION FOR AGES.
    Thanks you so much!!
    I had requests installed in both pip and pip3(macos) but the problem was that,
    when i typed python --version , the version was 3.9 whereas,
    when i typed python3 --version, the version was 3.11
    So, i just used alias to rename python to python3 and it worked!
    again thank you so much!

  • @Royaltan
    @Royaltan Год назад

    I ran a test (under view>testing) it told me that I had not opened the folder that I had my python file saved in. I had to open the folder and trust the authors, and then the 'requests' was no longer an error. 🤷‍♀

  • @AB-uo5ej
    @AB-uo5ej Год назад

    Hey This was really helpful. My best gratitudes

  • @anusha43
    @anusha43 Год назад +1

    Hi
    I'm not able to import package ellipticcurve or ecdsa
    Please help me

  • @pSL-oy5gl
    @pSL-oy5gl 2 месяца назад

    In my case I had installed 64bit and 32bit versions of python on my PC.After uninstalling 32bit version, issue resolved.

  • @unreal969
    @unreal969 Год назад +1

    Big Thanks, its works!

  • @frozen_edits.yt01
    @frozen_edits.yt01 4 месяца назад

    There is no way to fix the error of pip not recognized

  • @charlesbuttner433
    @charlesbuttner433 6 месяцев назад

    Micropython: ImportError: no module named 'requests.auth' 😞

  • @MohammadRezaei-ug8gs
    @MohammadRezaei-ug8gs 4 месяца назад

    This was the miracle that god sent to me thanks a lot man😂🎉

  • @sonnix31
    @sonnix31 Год назад +2

    Still not working.

    • @ghosttogether
      @ghosttogether  Год назад +2

      you probably installed it into another environment if you use vscode you can switch environments in status bar with python extension

    • @MarlonCasado
      @MarlonCasado Год назад

      @@ghosttogether i'm using pycharm, still not working.
      PS D:\HD-Programas\PyCharm\pyScriptWebScrap> pip3 install requests
      Requirement already satisfied: requests in c:\users\marlo\appdata\local\programs\python\python311\lib\site-packages (2.28.2)

    • @jensgineer
      @jensgineer Год назад +2

      @@MarlonCasado same for me

    • @homeguardster
      @homeguardster 5 месяцев назад

      @@MarlonCasado pycharm is the problem, uninstall that junk

  • @Ibrahim_Amin0
    @Ibrahim_Amin0 4 месяца назад

    still not found

  • @BiggmindFX
    @BiggmindFX Год назад

    It worked, thank you

  • @yara8212
    @yara8212 Год назад +1

    thank you

  • @АлександрБауман-ю9г

    thanks so much