美文网首页我爱编程
[mac]如何安装numpy, scipy, matplotli

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

作者: 涂大宝 | 来源:发表于2017-05-23 11:29 被阅读0次

    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, matplotli

        本文链接:https://www.haomeiwen.com/subject/ibvwxxtx.html