[mac]如何安装numpy, scipy, matplotlib

1. install numpy

found a problem: RuntimeError: Running cythonize failed!

solution: 

$pip install Cython 

$sudo python setup.py install

if you have installed numpy, you can also use that

$ pip install --upgrade --ignore-installed --install-option '--install-data=/usr/local' numpy

2.install scipy

$pip install scipy 

3.install matplotlib

$pip install matplotlib

你可能感兴趣的:([mac]如何安装numpy, scipy, matplotlib)