About 54 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 mechanism …

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

    Nov 22, 2022 · 1 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 command …

  3. 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?

  4. Python, Error while installing matplotlib - Stack Overflow

    python -m pip install -U pip python -m pip install -U matplotlib Successfully installed pip-21.3.1 again it didn't install Matplotlib. Hence Down-versioned Python to 3.9 and installed Matplotlib. For Python …

  5. python - error: metadata-generation-failed installing matplotlib ...

    Sep 7, 2023 · error: metadata-generation-failed installing matplotlib Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 1k times

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

    Jun 29, 2024 · Python: 3.9.13 (32-bit) numpy: 1.23.5 scipy: 1.8.1 matplotlib: 3.7.5 PyQt5: 5.15.10 pyinstaller: 6.8.0 Each library version is compatible with more Python 32-bit versions than just 3.9.13, …

  7. python - getting errors when pip installing matplotlib - Stack Overflow

    Jul 19, 2023 · I tried to downgrade the versions of pip install, setuptools and python version in different constellations, in the hope it would work. One further thought was to look for dependencies that are …

  8. python - ImportError: No module named matplotlib.pyplot - Stack …

    Aug 12, 2013 · Traceback (most recent call last): File "./plot_test.py", line 3, in <module> import matplotlib.pyplot as plt ImportError: No module named matplotlib.pyplot Does python look for …

  9. python - Unable to install matplotlib using pip - Stack Overflow

    Jan 26, 2018 · pip install matplotlib Has this happened to anyone else, and what do I need to do to fix it? It also does this when I try to install pandas as well. Thanks!

  10. Installing matplotlib for python3 on Ubuntu - Stack Overflow

    Jun 27, 2014 · I'm running Ubuntu 12.04, and I need to use matpltlib in Python 3.2.3. I successfully installed it using sudo apt-get install python-matplotlib But now it works only in Python 2.7, which …