How To Install MatPlotLib in Visual Studio Code (Windows 11)

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

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

  • @vostubus3387
    @vostubus3387 10 месяцев назад +5

    It installs the pip and matplotlib, the file is there and every thing but when I run my coded no matter what I do it tells me there is no module called matplotlib

    • @asma5202
      @asma5202 7 месяцев назад +1

      same

  • @ЯнКорзун-ф9к
    @ЯнКорзун-ф9к 11 месяцев назад +1

    Thanks!

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

    you are a lifesaver my friend!

  • @jonathanfretfire
    @jonathanfretfire Год назад +5

    Creating my Python venv at the beginning doesn't work... It says there is no command as "python3.10"

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

      i think you use python 3.11 as it is now out

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

      @@serbanducan3498 Im using the 3.11.3 but still its saying 'python3.11.3' is not recognized as an internal or external command,
      operable program or batch file.

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

      @@suvojeetdas7355 same with me, im using 3.11.4 version, its saying "'python3.11' is not recognized as an internal or external command,
      operable program or batch file", can you help me though?

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

      @@fandifuture392 same here

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

      @@SebastianRathmann had the same issue, write instead py -m venv

  • @nikolaybogdanov3803
    @nikolaybogdanov3803 11 месяцев назад

    Thank you! Realy helpfull!

  • @yan-be9jw
    @yan-be9jw Год назад

    Thank you! I kept getting error messages, but this saved me!

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

    It gives me this error: ImportError: DLL load failed while importing _path: The specified module could not be found.
    Any idea whats wrong?

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

    Great explanation!

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

    Nice tutorial!

  • @45234523452345
    @45234523452345 2 года назад +1

    Brilliant ... thanks

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

    why create a virutal evironment ? can be installed without the need for a virutal environment ?

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

    thanks man