兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

caffe搭建--缺少 skimage-缺少 google.protobuf.internal.-caffe搭建--ipython--ubuntu16.04+ caffe+ ipython

mkdir build && cd build

cmake ..

make pycaffe -j4

sudo vim /etc/profile---- export PYTHONPATH=/home/XXX/wsCaffe/caffe/build/install/python:PYTHONPATH

source /etc/profile

ipython

import  caffe

错误1:

缺少 skimage

sudo apt-get install  python-skimage

ipython

import caffe

错误2:

缺少 google.protobuf.internal.

sudo apt-get install  python-protobuf

ipython

import caffe

OK!

 

posted @ 2017-07-04 14:59  leoking01  阅读(147)  评论(0编辑  收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }