Running a distributed program cannot find the correct library

Hello, I am running the program under /dgl/example/pytorch/graphsage/dist. According to the instructions of the readme, I have run to the last step, but during the running process, the error is showed that the numpy cannot be found, but it is obvious I downloaded them and I suspect it’s an environment setup issue, but I’m not sure what went wrong.
My environment is:
Ubuntu-18.04
miniconda3
pytorch1.12
dgl0.9.1

Here is my error message:

is numpy installed on all the machines’ environment you’re training on? not only the machine you triggered the train.

Yes, both machines are the same configuration

To add, both of my machines can run simple GCN programs individually, so I don’t think there might be a problem with the running environment.

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