About 141,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 - 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 …

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

    Jun 29, 2024 · Originally, I wanted to use Numpy, Scipy, Matplotlib, PyQt, and pyinstaller on a 32-bit version of Python. I've found out these libraries need to have "wheels" (I don't know what …

  5. How to install Python packages for Spyder - Stack Overflow

    May 21, 2023 · I am using the IDE called Spyder for learning Python. I would like to know in how to go about in installing Python packages for Spyder?

  6. python - How to install Openpyxl with pip - Stack Overflow

    Jan 20, 2017 · I have windows 10 (64 bit). I want to utilize the Openpyxl package to start learning how to interact with excel and other spreadsheets. I installed Python with "windowsx86-64web …

  7. Why does "pip install" inside Python raise a SyntaxError?

    Dec 26, 2024 · Actually pip.exe in windows is an python script as others in /scripts directory, but wraped in exe to run it with default python interpreter. By opening pip.exe with 7-zip you can …

  8. python - pip - install matplotlib in virtualenv - Stack Overflow

    Aug 24, 2015 · I had some installation issues for numpy, scipy and matplotlib and upgrading pip and setuptools within the enviroment fixed everything: $ pip install -U pip $ pip install -U …

  9. python mpl_toolkits installation issue - Stack Overflow

    Jun 6, 2016 · This also worked for me, I didn't actually have to import just mpl_toolkits but basemap which is included in this library, likely the issue is that (certain version) matplotlib …

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

    Aug 12, 2013 · /usr/bin/python Is the standard mac python and since it doesn't have matplotlib you should always start your script with the one installed with ports. If python your_script.py …