-
Notifications
You must be signed in to change notification settings - Fork 6.8k
python module segment fault when import #1016
Comments
opencv 2.4.11 and opencv 3.0 both tried, but failed. |
gdb python2.7 core.xxxx , bt information: |
$ python2.7
import opencv alone is ok. |
$ python2.7
import opencv first is ok. The order matters. |
Both order works for me. Could you update to newest mxnet and rebuild? |
I fixed the problem. I changed compile option of OpenCV from BUILD_SHARED_LIBS=OFF to BUILD_SHARED_LIBS=ON. that's all. |
The text was updated successfully, but these errors were encountered: