How to Install Matplotlib on Windows 10/11 [ 2024 Update ] in Python 3.12.2

preview_player
Показать описание
Hello All! Today in this video I am going to step-by-step guide you on How to install Matplotlib on Python 3.12.2 on Windows 10/11. Windows (64-bit).

Steps to install Matplotlib
---------------------------------------------------------------
Step 1. How to Download Python 3.12.2?
This page will lead to the Python download page.

Find the installation file and click on it to download. Here is this video we showed how to download and install Python in Windows 11.
Now after downloading Python save the file to the disk and follow the next step for installation.

Step 2. Install Python 3.12.2
Double-click to run the Python download file. Just follow the prompt as shown in the video and install Python 3.12.2 on your OS.

Step 3. How to know if Python is installed or not?
python --version

Step 4. How to know the pip version?
py -m pip --version

Step 5. How to upgrade pip?

Step 6. How to Install Matplotlib?
py -m pip install matplotlib

#Matplotlib #Python3.12.2 #PythonInstallation #Pythontutorialforbeginners #Pythontutorial #Windows11
Рекомендации по теме
Комментарии
Автор

Did this tutorial help you to install Matplotlib?
Comment Now!! and Let me know your opinion...

geekysyntax
Автор

I'm very happy, your video is very easy to follow and now I've Matplotlib installed and running!!!

darialodiCONTEXT
Автор

i Got this

ImportError: DLL load failed while importing _cext: The specified module could not be found. what can i do?

Monaco
Автор

I followed all the steps that you said and when I hit enter to install matplotlib it shows "ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none
ERROR: No matching distribution found for matplotlib

tkbr