Actualités

Installing modules like Matplotlib is easier with Thonny than it is with IDLE. Right out of the box, Thonny provides a package installer interface, its own version of Python, and its own virtual ...
Expected outcome The installation/import of matplotlib should run without problems. Additional information I guess the problem is cause by Visual Studio cause I have 2022 installed and not 2017 or ...
I am currently working on a project that needs the functionalities of MATPLOTLIB. I used to all the possible commands variations pip install matplotlib; pip3 install matplotlib; pip3 install --user ...