美文网首页
源码安装scipy

源码安装scipy

作者: 一路向后 | 来源:发表于2020-10-20 21:17 被阅读0次

    1.下载源码

    $ wget https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-0.8.tar.gz
    $ wget https://files.pythonhosted.org/packages/fa/86/0c8311bcba3b3f0944c135db95312e057a353058f522692e4dcf6d4bb978/Cython-0.28.tar.gz
    $ wget https://codeload.github.com/scipy/scipy/tar.gz/v1.2.0
    

    2.安装Pyrex-0.8.tar.gz

    $ pip3 install Pyrex-0.8.tar.gz
    

    3.安装Cython-0.28.tar.gz

    $ pip3 install Cython-0.28.tar.gz
    

    4.安装scipy-1.2.0

    $ pip3 install scipy-1.2.0.tar.gz
    

    5.查看安装列表

    $ pip3 list
    Package                   Version
    ------------------------- -------
    click                     3.3    
    Cython                    0.28   
    future                    0.18.2 
    Jinja2                    2.11.1 
    livereload                2.5.2  
    lunr                      0.5.6  
    Markdown                  3.2.1  
    MarkupSafe                0.23   
    mpmath                    0.19   
    numpy                     1.9.0  
    packaging                 19.2   
    pip                       10.0.0 
    pyparsing                 2.0.5  
    PyrexWithDistutilsSupport 0.0.0  
    PyYAML                    3.12   
    scipy                     1.2.0  
    setuptools                39.0.1 
    six                       1.14.0 
    sqlparse                  0.3.0  
    sympy                     1.2    
    tornado                   6.0.4  
    virtualenv                16.0.0 
    

    相关文章

      网友评论

          本文标题:源码安装scipy

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