Install NumPy matplotlib scipy in Python

Source: Internet
Author: User

1. First to the official website https://pypi.python.org/pypi/numpy download the corresponding version of NumPy, my Python version is 3.6, the computer is 64-bit, so download the following file:

2. Locate the Python installation directory. If you forget the path to the installation file, you can search for PIP in the location.

Then right click, open the appropriate file location, if Python installed correctly, this folder should also have Pip and Easy_install.

Save the file you just downloaded and start without "__pycache__" This file is normal

4. Copy the scripts directory and then "right-click Computer-Properties-Advanced system settings-environment variables-System Variables-path-edit it" to paste the path just now. and then save

5. Open cmd, run as Administrator, pip3.6 install +numpy path + file name. For example, mine is:

pip3.6 Install C:\Program FILES\PYTHON36\SCRIPTS\NUMPY-1.13.3-CP36-NONE-WIN_AMD64.WHL

This may occur because the program files contain spaces, and the workaround: Enclose the path in quotation marks

That's how it works.

For the installation of the other two files, you can go to link: http://pan.baidu.com/s/1hrEvjGo Password: 95ft "link Source: http://blog.csdn.net/yxpyxp12341234/article/ details/70436854 "

Inside download Get 3.6 version of

Just put the downloaded two files in the following folder.

Then enter the command to be OK! Note If the path name contains spaces, remember to add quotes, otherwise you will get an error

Install NumPy matplotlib scipy in Python

Related Article

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.