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

 https://github.com/BVLC/caffe/issues/2770

$ python2 -c "import caffe"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: dynamic module does not define init function (initcaffe)



Closing as this looks like a mismatch between build library and Python versions;
please ask installation questions on caffe-users.
If you do think there is a bug in Caffe, you're welcome to open a new issue according
to https://github.com/BVLC/caffe/wiki/Reporting-Bugs-and-Other-Issues. Thanks!

猜你喜欢

转载自www.cnblogs.com/antflow/p/9132528.html