python及其依赖安装

发布时间:2019-09-07 07:55:36编辑:auto阅读(2246)

    Download Miniconda 2.7 64-bit Windows installer from Miniconda website. Install for all users and add Python to PATH (through installer).

    Run the following commands from elevated command prompt:

    conda install --yes numpy scipy matplotlib scikit-image pip
    

    pip install protobuf

    安装成功时有如下显示:

    按照以上方法安装,可避免no lapack/blas resources found error。

    参考:https://github.com/Microsoft/caffe

关键字