I have version 3.5 of Python for Windows. I have MS Visual C++ and also MS Visual Studio 2015.
When I enter into the command window "pip install matplotlib", it reads this below (this is not the full version of it): Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\windows\system32>pip install matplotlib Collecting matplotlib Using cached matplotlib-1.5.0-cp35-none-win32.whl Requirement already satisfied (use --upgrade to upgrade): pytz in c:\users\---\a ppdata\local\programs\python\python35-32\lib\site-packages (from matplotlib) Requirement already satisfied (use --upgrade to upgrade): pyparsing!=2.0.4,>=1.5 .6 in c:\users\---\appdata\local\programs\python\python35-32\lib\site-packages ( from matplotlib) Requirement already satisfied (use --upgrade to upgrade): python-dateutil in c:\ users\---\appdata\local\programs\python\python35-32\lib\site-packages (from matp lotlib) Requirement already satisfied (use --upgrade to upgrade): cycler in c:\users\--- \appdata\local\programs\python\python35-32\lib\site-packages (from matplotlib) Collecting numpy>=1.6 (from matplotlib) Using cached numpy-1.10.2.tar.gz Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in c:\users\- --\appdata\local\programs\python\python35-32\lib\site-packages (from python-date util->matplotlib) Installing collected packages: numpy, matplotlib Running setup.py install for numpy Complete output from command c:\users\---\appdata\local\programs\python\pyth on35-32\python.exe -c "import setuptools, tokenize;__file__='C:\\Users\\---\\App Data\\Local\\Temp\\pip-build-yrpyslwq\\numpy\\setup.py';exec(compile(getattr (tok enize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\---\AppData\Local\Temp\pip-o2xr7r52-record\install-re cord.txt --single-version-externally-managed --compile: blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in ['c:\\users\\---\\appdata\\local\\pro grams\\python\\python35-32\\lib', 'C:\\', 'c:\\users\\---\\appdata\\local\\progr ams\\python\\python35-32\\libs'] NOT AVAILABLE How do I download matplotlib and the other packages mentioned in the subject line? -Omar Ray -- https://mail.python.org/mailman/listinfo/python-list