1. 程式人生 > >ImportError: dynamic module does not define init function (init_caffe)

ImportError: dynamic module does not define init function (init_caffe)

ImportError: dynamic module does not define init function (init_caffe)

博主在python中import caffe時遇到報錯“ImportError: dynamic module does not define init function (init_caffe)”,本文記錄瞭解決方法。更新於2018.10.25。

Caffe報這個錯誤有兩種原因:

第一,有可能是python的版本不對。比如在python2.7下面編譯的caffe但是在python3下面運行了import caffe命令;或者相反。

第二,檢查自己是否運行了make pycaffe

命令。