About 528,000 results
Open links in new tab
  1. python - How to install matplotlib - Stack Overflow

    51 Matplotlib supports python 3.x as of version 1.2, released in January, 2013. To install it, have a look at the installation instructions. In general, call pip install matplotlib or use your preferred …

  2. How to install Matplotlib in Python 3 on Windows

    Sep 29, 2023 · Matplotlib tell us that the requirement is Python 2.4 or later but not Python3. Now I'm working with Python3 and I need some plot from Matplotlib. So how do I solve it?

  3. python 3.x - how to install matplotlib with pip - Stack Overflow

    Oct 12, 2020 · How can I install matplotlib with pip. I have try to use pip install or install from source I have python 3.9 beta version btw git clone [email protected]:matplotlib ...

  4. python - How can I install pyplot? - Stack Overflow

    Nov 22, 2022 · I tried to install pyplot using pip install pyplot in the command prompt while it was installing by mistake I closed command prompt. I tried to install pyplot using the same …

  5. How do I install Matplotlib 3.4.1 in Anaconda? - Stack Overflow

    Apr 3, 2021 · I want to use a package only available in version 3.4.1. When I do conda list then I see my matplotlib version is 3.2.2. I've tried conda.install matplotlib=3.4.1 but that return a …

  6. how could I install matplotlib correctly on ubuntu?

    Dec 10, 2021 · I recommend using the Anaconda Distribution, it's likely to make your life much easier. Package List. If you are using Anaconda, do not use pip to install packages that exist …

  7. Issue installing matplotlib on Python 32-bit - Stack Overflow

    Jun 29, 2024 · Issue installing matplotlib on Python 32-bit Asked 1 year, 5 months ago Modified 1 year, 2 months ago Viewed 3k times

  8. No module named 'matplotlib' in visual studio 2022 python project

    Mar 11, 2025 · So, you should either change Visual Studio to use Python 3.13, or install the matplotlib package again fo Python 3.9.

  9. Cannot install matplotlib in python 3.12 - Stack Overflow

    At the (base) Anaconda prompt, the following command creates a python 3.12 environment called py312 with matplotlib 3.8, other packages with specified versions, and other standard included …

  10. Can't install matplotlib in Python 3.6 - Stack Overflow

    Mar 17, 2025 · I need to download some packages, particularly matplotlib, but I'm having some problems. When I run pip install matplotlib from terminal, it returns me ERROR: Command …