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