sh1r0 / caffe-android-demo

An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification
https://github.com/sh1r0/caffe-android-lib
MIT License
255 stars 164 forks source link

ImportError: No module named yaml #63

Closed suesunna closed 6 years ago

suesunna commented 6 years ago

./scripts/download_model_binary.py models/bvlc_reference_caffenet/ Traceback (most recent call last): File "./scripts/download_model_binary.py", line 5, in import yaml ImportError: No module named yaml

我安装了yaml但是还是不行,求赐教 pip install pyyaml

sh1r0 commented 6 years ago

This issue is more about caffe setup, please check your python version and also refer to http://caffe.berkeleyvision.org/installation.html#prerequisites and https://github.com/BVLC/caffe/blob/master/python/requirements.txt. I'll close the issue, thanks.