initialization of _caffe raised unreported exception
initialization of _caffe raised unreported exception
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xa
Traceback (most recent call last):
File "/home/sbd/project/pva-faster-rcnn/caffe-fast-rcnn/python/classify.py", line 14, in <module>
import caffe
File "/home/sbd/project/pva-faster-rcnn/caffe-fast-rcnn/python/caffe/__init__.py", line 1, in <module>
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "/home/sbd/project/pva-faster-rcnn/caffe-fast-rcnn/python/caffe/pycaffe.py", line 13, in <module>
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \
SystemError: initialization of _caffe raised unreported exception
这个指的是numpy包
0xc是1.14版本,1.13是0xb版本,0xa是1.12版本
module compiled against API version 0xc but this version of numpy is 0xb
文章来源: blog.csdn.net,作者:网奇,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/jacke121/article/details/79554497
- 点赞
- 收藏
- 关注作者
评论(0)