Error TensorDispatcher

Hi! I am getting the error /opt/dgl/src/runtime/tensordispatch.cc:43: TensorDispatcher: dlopen failed: /opt/conda/lib/python3.6/site-packages/dgl/tensoradapter/pytorch/libtensoradapter_pytorch_1.9.1.so: cannot open shared object file: No such file or directory when trying to train the model. How can I solve it?

I am running DGL in a singularity container with python 3.6 and dgl installed with conda install -c dglteam dgl-cuda10.2

Thanks!

This means that one of the DGL’s plugin has failed to load and may impact performance. It does not harm usage though.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.