ModuleNotFoundError: No module named 'torch.utils._import_utils'

solved it by locating the missing libgraphbolt_pytorch_2.3.1.so file with find

then export it
export LD_LIBRARY_PATH={path to libgraphbolt .so file}:$LD_LIBRARY_PATH

hope this helps!