Error while converting tf model to onnx

when I try to convert bert-base-multilingual-cased tensorflow model to onnx i get the following error:

ValueError: attempted relative import beyond top-level package

python convert_graph_to_onnx.py --framework tf --model bert-base-multilingual-cased /test_folder/model.onnx

model link: