0

Image of the console

I'm setting up my virtual environment and need the Matplotlib library. But when i try installing it using pip install matplotlib(or through the PyCharm IDE or by downloading the latest matplotlib.whl file) it says 'processing matplotlib.....' and exits the installation. I have been struggling with it since few months. And even tried with different laptops. Same problem.

PyCharm 2019.1.3 (Community Edition) Build #PC-191.7479.30, built on May 29, 2019 Windows 10 10.0

Python 3.7

Thanks.

2
  • 1
    try python -m pip install matplotlib, can you show a traceback, I understand that you're not getting any errors but can you try and paste what you're doing on your terminal? Commented Aug 31, 2019 at 7:18
  • C:\Users\uddipaan.hazarika>python -m pip install matplotlib Collecting matplotlib Using cached files.pythonhosted.org/packages/1a/c0/… C:\Users\uddipaan.hazarika> Commented Sep 1, 2019 at 6:57

2 Answers 2

1

You can go to this path for installing matplotlib or other lib on PyCharm, first go to this path file->settings->project interpreter-> find matplotlib and choose project interpreter and installed package successfully.

Sign up to request clarification or add additional context in comments.

Comments

0

You may try the following steps:

  1. Restore to default settings (optional)

    To restore the PyCharm default settings, you can remove the configuration directory idea.config.path when the IDE is not running. The directory is located in: SYSTEM DRIVE\Users\USER ACCOUNT NAME\.PRODUCT VERSION

  2. Then run this command in command prompt

    C:\Windows\System32>pip install matplotlib
    

    (considering default directory) I think this will install matplotlib SUCCESSFULLY!

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.