Python, Error while installing matplotlib

  1. python -m pip install --upgrade pip

  2. pip install matplotlib==3.3.1

Worked for me.

Leave a Comment