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
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?
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
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.
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)
from matplotlib.compat.subprocess import Popen ModuleNotFoundError: No module named 'matplotlib.compat.subprocess' please help with the above ? matplotlib already installed
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
Yes me too
"'alias' is not recognized as an internal or external command, operable program or batch file."
'python3' is not recognized as an internal or external command,
operable program or batch file. ?
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?
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
idle is also configured to use another environment
@@ghosttogether sorry i didn't get it
Thanks!! It's worked for me!
I hate matplotlib, I got this error even on Linux
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.
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)
@@ghosttogether Thankyou for replying :) Can you please tell exactly that how can I fix it?
@@Megha-Chakraborty Are you on windows or mac
@@ghosttogether Windows
@@Megha-Chakraborty How many different Pythons do you have installed? And did you add path to correct python in PATH environment variables?
Thanks for your help
from matplotlib.compat.subprocess import Popen
ModuleNotFoundError: No module named 'matplotlib.compat.subprocess'
please help with the above ? matplotlib already installed