Caffe install on ubuntu for anaconda with python 2.7 fails with libpng16.so.16 not found

后端 未结 3 1892
失恋的感觉
失恋的感觉 2021-01-20 20:33

So I have installed anaconda with python 2.7 and installed all of the requirements for Caffe library. I ensured that opencv is installed by

import cv2
         


        
3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-20 20:53

    Adding

    LINKFLAGS := -Wl,-rpath,$(HOME)/anaconda/lib
    

    in to Makefile.config worked.

提交回复
热议问题