Segmentation fault while importing tvm.relay

I have successfully built tvm on aarch64 machine.

import tvm is working fine. While I am doing import tvm.relay as relay, it throws Segmentation fault (core dumped).

As suggested here, I have checked the versions of xgboost and psutil. Both are the latest.

The same import is working fine on the x86 machine. Can someone advise how I can fix it?

Thank you

Fujitsu TF sets some env variables that conflict with the other env vars. I had to debug that, and import is working fine.

The problem comes while importing the graph into the relay. Refer this for more information.