Visual Studio + Python3.6 install scipy Library

Source: Internet
Author: User
Tags visual studio installer

Installing scipy under WINDOWS10 is cumbersome, using PIP install scipy directly under the command line cannot be installed, but can be installed with VS2017 's integrated environment.

(1) First select the Python related component in Visual Studio Installer and let Visual Studio install the Python environment yourself

(2) vs environment when the installation is complete, create a new Python project and see the Python environment in the current system in the Python environment view.

(3) as shown, select "Open in PowerShell" to open the PowerShell window and enter a command to test the Python environment. If the environment is not a problem, access http://www.lfd.uci.edu/~gohlke/pythonlibs/, download scipy, and install.

(4) Currently I install the environment is Python3.6 64bit, then select SCIPY-1.0.0RC1-CP36-CP36M-WIN_AMD64.WHL to download. After the download is complete, enter the command pip install C:\USERS\LZHUC\DOWNLOADS\SCIPY-1.0.0RC1-CP36-CP36M-WIN_AMD64.WHL in PowerShell to install.

As shown, the SCIPY installation is successful.

Visual Studio + Python3.6 install scipy Library

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.