This is an error report.
Screenshot of the error
Error details
Matplotlib not found and can not use/install pip in order to download and install matplotlib.
This is an error report.
Screenshot of the error
Error details
Matplotlib not found and can not use/install pip in order to download and install matplotlib.
Hi @robotnik.formacion1 ,
Try the following command in order to install matplotlib
:
sudo apt update
sudo apt install python3-matplotlib
I hope this helps.
Regards,
Girish
Hello @robotnik.formacion1
In the screenshot, you have shared pip is not installed “pip command not found.”
You can follow @girishkumar.kannan. Also, you can try the below commands to install pip and can install the libraries you require using pip.
sudo apt-get install python-pip
for python2
(or)
sudo apt-get install python3-pip
for python3
Sometimes that error in the IDE is a false positive, just because the IDE cannot figure out the location of the module. I apologize for this glitch. We are working on it.
Unless the same error happens on the terminals, please ignore the warning in the IDE.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.