🐍 Fix ModuleNotFoundError No Module Named MatPlotLib / Python Import Error / If Installed If Exists

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 21

  • @emmywraps7165
    @emmywraps7165 Рік тому +8

    i don't understand why but it says no module named matplotlib, i then did pip3 list and matplot lib was there i then thought "maybe im using python2" so i checked my version and sure enough it was 3.10 so genuinely don't understand the issue because when i check the terminal it says its there and just in case i tried pip3 install and it said requirments already fufilled

  • @bloomyourpotentialnwo
    @bloomyourpotentialnwo Рік тому +3

    "'alias' is not recognized as an internal or external command, operable program or batch file."

  • @gluvydh
    @gluvydh Рік тому +2

    'python3' is not recognized as an internal or external command,
    operable program or batch file. ?

  • @davar6535
    @davar6535 Рік тому +1

    hello, i have "Could not import Matplotlib backends. Probarbly due to missing Qt." error in PyCharm. how do i fix this?
    to specify the problem little bit more, When i run jupyter notebook from anaconda3 base it works fine, so actually i get can arround my problem. But when i try to use PyCharm with new environment this problem occurs. So how to fix this problem for new environment?

  • @LifeOfSim_07
    @LifeOfSim_07 2 роки тому

    i have install opencv-python using pip install command .. it is also showing installed in pip list...but when i am using python IDLE.. import cv2...it is showing error no module found ...named cv2....please suggest the solution

    • @ghosttogether
      @ghosttogether  2 роки тому

      idle is also configured to use another environment

    • @LifeOfSim_07
      @LifeOfSim_07 2 роки тому

      @@ghosttogether sorry i didn't get it

  • @mowmitaahmed
    @mowmitaahmed 6 місяців тому

    Thanks!! It's worked for me!

  • @feynwoman7788
    @feynwoman7788 Рік тому +1

    I hate matplotlib, I got this error even on Linux

  • @Megha-Chakraborty
    @Megha-Chakraborty 2 роки тому

    Hii, I'm facing the same problem with matplotlib. Even though it's installed it still shows ModuleNotFoundError. I also uninstalled it and deleted it many times but still facing the same issue. Also referred to many videos but didn't come out with a solution. I tried this method too but it's written that 'alias' is not recognized as an internal or external command. Please help me out. I will be grateful.

    • @ghosttogether
      @ghosttogether  2 роки тому +1

      Run:
      pip list
      pip2 list
      pip3 list
      under which do you see matplotlib?
      that's the environment where it's installed ... you're trying to run it with py or python/python3 command from another environment
      or you used relative path when importing matplotlib (switch to absolute)

    • @Megha-Chakraborty
      @Megha-Chakraborty 2 роки тому

      @@ghosttogether Thankyou for replying :) Can you please tell exactly that how can I fix it?

    • @ghosttogether
      @ghosttogether  2 роки тому +1

      @@Megha-Chakraborty Are you on windows or mac

    • @Megha-Chakraborty
      @Megha-Chakraborty 2 роки тому

      @@ghosttogether Windows

    • @ghosttogether
      @ghosttogether  2 роки тому +1

      @@Megha-Chakraborty How many different Pythons do you have installed? And did you add path to correct python in PATH environment variables?

  • @MartinMF88
    @MartinMF88 Рік тому

    Thanks for your help

  • @sreekanthreddy9746
    @sreekanthreddy9746 2 роки тому

    from matplotlib.compat.subprocess import Popen
    ModuleNotFoundError: No module named 'matplotlib.compat.subprocess'
    please help with the above ? matplotlib already installed