重新安装caffe遇到的一些错误

error 1

TypeError: __init__() got an unexpected keyword argument 'syntax'

conda install -c conda-forge protobuf

参考here

error 2

/usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.9: undefined reference toTIFFIsTiled@LIBTIFF_4.0'

参考 http://www.cnblogs.com/whu-zeng/p/6874307.html

error 3

make编译时libopencv_highgui.so:undefined reference to `TIFFIsTiled@LIBTIFF_4.0'

参考 here

原文地址:https://www.cnblogs.com/upuil/p/8011351.html