Summary of python3.5+win7 installation of NumPy and scipy

Source: Internet
Author: User

1. Install the numpy.

Download NumPy website. For Https://pypi.Python.org/pypi/numpy. Select the NumPy version that corresponds to the Python version. After that, open a command-line window under Python35 's scripts file and execute pip install F:\PYTHON\NUMPY-1.13.1-CP35-NONE-WIN_AMD64.WHL.

After that, wait for the installation to succeed. Install NumPy I'm not having any problems here.

2. Installing scipy

Because previously installed is the official website of NumPy, so directly with "Pip Install F:\PYTHON\SCIPY-0.19.1-CP35-CP35M-WIN_AMD64.WHL" Direct error ..... command-line window large red, the specific meaning I did not understand, about the installation of scipy missing dependency package it

Then read a blog post (link to http://blog.csdn.net/u014206910/article/details/60571325), install scipy need to use the MKL repository, the official NumPy does not include this library, need to download separately, http://www.lfd.uci.edu/~gohlke/pythonlibs/install this third-party NumPy package, and then install the scipy installed successfully.

There are also posts recommended to use Anaconda installation scipy, in order to simplify, only install minicondahttp://conda.pydata.org/miniconda.html. After the installation is successful, you can install scipy on the command line by entering Conda install SCIPY, which automatically installs the required dependencies.

Because this is not a Python3.5 version .... So I didn't use this method. Hope that you have any problems with the installation, you can leave a message to discuss

  

Summary of python3.5+win7 installation of NumPy and scipy

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.