python3.6 installation of data analysis tools such as Numpy,pandas,scipy,scikit_learn,matplotlib

Source: Internet
Author: User
Tags install matplotlib

Operating environment: PYTHON3.6+WINDOWS64 bit


1. Install PIP
(1) If you have the option to tick about PIP when installing python3.6, the installation file with PIP will be available in python3,6
Installation Method:
Main: http://www.lfd.uci.edu/~gohlke/pythonlibs/
Follow these steps to install: use a command prompt (cmd), preferably running as an administrator. Execute the CD command in CMD to the Python installation directory, under the Execute CD command to its scripts folder, under this folder, there will be
easy_install* and pip* files, Run command easy_install PIP can install pip, after installation, enter the command pip, the window will appear about the PIP command Information.


2. Download Preparation
Open Web Page: www.lfd.uci.edu/~gohlke/pythonlibs/, Find the resources you need to download in this Page.
My python is amd64, so it's best to have the same version type for the added Tools.
Find the Analysis tool installation file in this page and download:
(1) NUMPY-1.13.1+MKL-CP36-CP36M-WIN_AMD64.WHL
(2) PANDAS-0.20.3-CP36-CP36M-WIN_AMD64.WHL
(3) STATSMODELS-0.8.0-CP36-CP36M-WIN_AMD64.WHL
(4) SCIPY-0.19.1-CP36-CP36M-WIN_AMD64.WHL
(5) SCIKIT_LEARN-0.18.2-CP36-CP36M-WIN_AMD64.WHL
(6) MATPLOTLIB-2.0.2-CP36-CP36M-WIN_AMD64.WHL
(7) PIP-9.0.1-PY2.PY3-NONE-ANY.WHL
The above files are copied to the Python installation directory (E.G. c:\Python3.6)


3. Install these analysis tools
Two methods:
Method 1;CD to c:\Python3.6\Scripts, Enter the command pip install numpy, and so on, it will install *.tar.gz files, not those we download.
Method 2: in cmd, CD to the Python installation directory and execute: python.exe pip-9.0.1-py2.py3-none-any.whl\pip install Matplotlib-2.0.2-cp36-cp36m-win_ amd64.whl,
And so on, install additional analysis files (this is the recommended METHOD)
Note: Python.exe is named in c:\Python3.6, Pip is a command in c:\Python3.6\Scripts

This article is from the "12646963" blog, please be sure to keep this source http://12656963.blog.51cto.com/12646963/1951357

Installing data analysis tools such as Numpy,pandas,scipy,scikit_learn,matplotlib in python3.6

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.