Centos7 under Installation numpy+matplotlib+scipy

Source: Internet
Author: User
Tags install matplotlib

Excerpt from: http://litchiware.github.io/centos/2015/07/05/centos7%E4%B8%8B%E5%AE%89%E8%A3%85numpy+matplotlib+scipy/

1, install NumPy install NumPy dependency Package
sudo yum install gcc-gfortransudo yum install Blas-develsudo yum install lapack-develsudo yum Insta ll Python-devel
Installing NumPy
sudo pip install NumPy
2, install Matplotlib install matplotlib dependency Package
sudo yum install freetype-devel.x86_64sudo yum install libpng-devel.x86_64
Install the g++ compiler and ensure that it is consistent with the GCC compiler version
sudo yum install gcc-c++--versiong+ +--version

If the g++ is not installed or the version is inconsistent, the following error will be reported:

' Cc1plus ': execvp:no such file or directory
Installing Matplotlib
sudo pip install matplotlib
3, Installation scipy
sudo pip install scipy

Centos7 under Installation numpy+matplotlib+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.