Facebook
From wister808, 4 Years ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 276
  1. C:\Windows\system32>pip install matplotlib
  2. Collecting matplotlib
  3.   Using cached https://files.pythonhosted.org/packages/12/d1/7b12cd79c791348cb0c78ce6e7d16bd72992f13c9f1e8e43d2725a6d8adf/matplotlib-3.1.1.tar.gz
  4. Requirement already satisfied: cycler>=0.10 in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from matplotlib) (0.10.0)
  5. Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from matplotlib) (1.1.0)
  6. Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from matplotlib) (2.4.5)
  7. Requirement already satisfied: python-dateutil>=2.1 in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from matplotlib) (2.8.1)
  8. Requirement already satisfied: numpy>=1.11 in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from matplotlib) (1.17.4)
  9. Requirement already satisfied: six in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from cycler>=0.10->matplotlib) (1.13.0)
  10. Requirement already satisfied: setuptools in c:\users\pc\appdata\local\programs\python\python38-32\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (41.6.0)
  11. Installing collected packages: matplotlib
  12.     Running setup.py install for matplotlib ... error
  13.     ERROR: Command errored out with exit status 1:
  14.      command: 'c:\users\pc\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-gyjdtkk9\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-gyjdtkk9\\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\PC\AppData\Local\Temp\pip-record-l46xbu2j\install-record.txt''3.1.1'
  15.     running build_ext
  16.     building 'matplotlib.ft2font' extension
  17.     error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
  18.     ----------------------------------------
  19. ERROR: Command errored out with exit status 1: 'c:\users\pc\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-gyjdtkk9\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-gyjdtkk9\\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\PC\AppData\Local\Temp\pip-record-l46xbu2j\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.