Relay.frontend.from_mxnet Segmentation fault

I‘m trying to run tests/python/nightly/quantization/test_quantization_accuracy.py and got this error, when runnig

mod, params = relay.frontend.from_mxnet(gluon_model, {"data":data_shape})

Someone figures out this is because of version of MXNet, but how to solve it? I try to reinstall mxnet 1.3.1, but numpy failed.

Thank you!