longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.71k stars 466 forks source link

undefined symbol: __gxx_personality_v0 #84

Open summerZXH opened 5 years ago

summerZXH commented 5 years ago

I am trying to run the code of demo. I meet the problem:

faster_rcnn/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __gxx_personality_v0

I can't figure out why. Any help would be appreciated.