How to Install Matplotlib on Python 3.11.2 on Windows 11 [ 2023 Update ] Complete Guide

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

Geeky Script (
@GeekyScript) is Computer Science - Educational Videos Creator 🎉
You can support by buying a coffee ☕️ here —

✻ I really hope you find this video useful. ♥

✻ Please click on the CC button to read the subtitles of this video.

Step 1. How to Download Python 3.11.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.11.2
Double-click to run the Python download file. Just follow the prompt as shown in the video and install Python 3.11.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

Follow the video if you face any issues please comment, I am always there to help you!

Do Subscribe :)

The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets that run the Windows 11 operating system like Windows 11 Home, Windows 11 Professional, Windows 11 Enterprise, and Windows 11 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.

#Python3.11.2 #PythonInstallation #Pythontutorialforbeginners #Pythontutorial #Pythonprogramming #Pythonprogrammingtutorial #Pythonbasicsforbeginners #Windows11

Topics addressed in this tutorial:
How To Download And Install Python On Windows 10/11 64 bit OS
Install Python on Windows 10/11
How to Install Python and Get Started

---------------------------------------------------------------------------
MY RELATED VIDEOS:

---------------------------------------------------------------------------
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)

---------------------------------------------------------------------------
CONNECT WITH ME ON:
---------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Did this tutorial help you to install Matplotlib?
Comment Now!! and Let me know your opinion...
And Please SUBSCRIBE for more! Also, you can Support my work through YouTube Thanks!

GeekyScript
Автор

When you think nobody can solve the problem, there is always an Indian guy with the solution.

latribunadelrunning
Автор

Thank you. You saved me $175. I was thinking that I needed to upgrade to a Wing Pro license. However, that would probably have had no effect on addressing my Wing (non-pro) error, as follows: "matplotlib not found" (or similar).

tomdownesg
Автор

Excellent effort, it was very helpful to me. Thanks a lot

sans-raaga
Автор

Thanks for all the videos, installing python then pandas and matplotlib.

ShivamSharma-juoo
Автор

Hello and thank you for your video.
However when i have to do python.exe -m pip install --upgrade pip it says Requirement already satisfied: pip in c:\program (24.0). And I can't download anything. Could you help :(

dreaman.
Автор

ImportError: DLL load failed while importing _cext: The specified module could not be found. i do like this video and it imform error, how to fix, thanks

ttn-wr
Автор

Sir how to install matplotlib and numpy in pydroid application

RAKSHITHAP-xhju
Автор

Matplotlib is building the font cache; this may take a moment.

kishore.n
Автор

Hello! I am facing this error multiple times and i have even tried re-installiing python from scratch
import matplotlib
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import matplotlib
File "C:\Users\user\AppData\Roaming\Python\Python312\site-packages\matplotlib\__init__.py", line 276, in <module>
_check_versions()
File "C:\Users\user\AppData\Roaming\Python\Python312\site-packages\matplotlib\__init__.py", line 270, in _check_versions
module =
File "C:\Program Files\Python312\Lib\importlib\__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\user\AppData\Roaming\Python\Python312\site-packages\kiwisolver\__init__.py", line 8, in <module>
from ._cext import (
ImportError: DLL load failed while importing _cext: The specified module could not be found.

Could you pleas help me out

priyanshupilaniwala
Автор

help me :Could not find a version that satisfies the requirement matpotlib (from versions: none) :(((

chituyenle
Автор

Help. Matplotlib is installed exactly the same way as shown in cmd but on importing in idle it's saying module not found what do I do

vaibhavupadhyay
Автор

have successfully installed matplotlib but in IDLE while importing it gives error

tanvipatodia
Автор

Hello, sorry for my English, it is not my native language. I am having problems with matplotlib, uninstall and reinstall using the following commands py -m pip uninstall matplotlib and py -m pip install matplotlib, when running import matplotlib.pyplot as plt in the IDLE Shell 3.11.5, I get the following response:
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import matplotlib.pyplot as plt
File "C:\Users\rober\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\__init__.py", line 272, in <module>
_check_versions()
File "C:\Users\rober\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\__init__.py", line 266, in _check_versions
module =
File "C:\Users\rober\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\rober\AppData\Local\Programs\Python\Python311\Lib\site-packages\kiwisolver\__init__.py", line 8, in <module>
from ._cext import (
ImportError: DLL load failed while importing _cext: The specified module cannot be found.
The same thing happens when trying to run some Python programs that use this library, it doesn't matter if it is in PyCharm or VSC, the error is practically the same in all these situations, does anyone have any idea what is happening? Some of my programs They still work even if they use this library, but others don't and it is the most recent programs that still work, the ones that I have been trying to do for a day or some that are a month or less old and that use matplotlib no longer work and I they give the above error.

omarperez