

errorĮRROR: Command errored out with exit status 1:Ĭommand: 'D:\Python38\python.exe' -u -c 'import sys, setuptools, tokenize sys.argv = '"'"'C:\\Users\\Todd Huffman\\AppData\\Local\\Temp\\pip-install-_sa1y_nr\\matplotlib\\setup.py'"'"' _file_='"'"'C:\\Users\\Todd Huffman\\AppData\\Local\\Temp\\pip-install-_sa1y_nr\\matplotlib\\setup.py'"'"' f=getattr(tokenize, '"'"'open'"'"', open)(_file_) code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"') f.close() exec(compile(code, _file_, '"'"'exec'"'"'))' install -record 'C:\Users\Todd Huffman\AppData\Local\Temp\pip-record-50m5un7r\install-record.txt' -single-version-externally-managed -compileĬwd: C:\Users\Todd Huffman\AppData\Local\Temp\pip-install-_sa1y_nr\matplotlib\Įdit setup.cfg to change the build options Installing collected packages: matplotlib Requirement already satisfied: setuptools in d:\python38\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (41.2.0) Requirement already satisfied: six in d:\python38\lib\site-packages (from cycler>=0.10->matplotlib) (1.12.0) Requirement already satisfied: numpy>=1.11 in d:\python38\lib\site-packages (from matplotlib) (1.17.2) Requirement already satisfied: python-dateutil>=2.1 in d:\python38\lib\site-packages (from matplotlib) (2.8.0)

Requirement already satisfied: kiwisolver>=1.0.1 in d:\python38\lib\site-packages (from matplotlib) (1.1.0) Requirement already satisfied: cycler>=0.10 in d:\python38\lib\site-packages (from matplotlib) (0.10.0) When I try I get the following extensive error return that I do not understand: C:\Users\Todd Huffman>python -m pip install matplotlib

I am trying to install Matplotlib on my Windows 10 64-bit computer using Python's pip installer.
