python及其依赖安装

2020-01-09 10:04:54 浏览数 (1)

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:

代码语言:javascript复制
conda install --yes numpy scipy matplotlib scikit-image pip

pip install protobuf

安装成功时有如下显示:

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

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

0 人点赞