Cannot find 'data' module in dgl

I am using conda, python 3.7, dgl 0.4.3post2

Could anyone help with that?

Could you try

from dgl.data.utils import save_graphs
save_graphs(...)

Yes, it works! Why will this happen?

Thanks for your help

This is something expected depending on how you organize a Python package. The discussion here might be helpful.