With the wheel module installed, we can now proceed with downloading and installing Matplotlib from http://www.lfd.uci.edu/~gohlke/pythonlibs/.
- Download the matching Matplotlib wheel to your hard drive:
- Open Command Prompt and run pip install <matplotlib wheel> as shown:
- If you run into the preceding error, download Microsoft Visual C++ Build Tools and install them from https://visualstudio.microsoft.com/visual-cpp-build-tools/:
Starting the installation of Microsoft Visual C++ Build Tools appears as follows:
- If you ...