skimage.io
问题:ImportError: No module named skimage.io
解决:sudo pip install scikit-image
接着出错:ImportError: No module named scipy
再安装:sudo pip install scipy
出错:error: library dfftpack has Fortran sources but no Fortran compiler found
再安装:ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
sudo apt-get install gfortran
补充
今天(原文半年之后)再次遇到,解决:
先 [ 换源 ](/2018/04/08/ubuntu 安装numpy的烂问题libgfortran3依赖)
再执行:
sudo apt-get install python-skimage
google.protobuf
问题:
1 | from google.protobuf.internal import enum_type_wrapper |
解决(must use sudo,and when it perform,it will auto install mavproxy next.):
1 | sudo pip install droneapi |
or you can look for this paper:https://github.com/dronekit/dronekit-python/issues/121
and there is another people say this:http://www.cnblogs.com/taokongcn/p/4341290.html
内存出错
问题:在尝试demo时出现错误(具体英文没有记,大概意思是说多少多少内存不够,或者直接出现“已杀死”的字样)
解决:添加执行参数:./tools/demo.py –cpu –net caffenet
原因:猜测是因为内存的原因导致caffe崩溃。