yljylj commented on issue #9477: distributed trainning with mxnet, get error "ImportError: No module named numpy" URL: https://github.com/apache/incubator-mxnet/issues/9477#issuecomment-380375598 I have solved it. When launch.py running, it launch to the remote node with ssh, you must use the python which installed mxnet on the remote node, not the default python! The command is python ~/mxnet/tools/launch.py -n 2 --launcher ssh -H ./hosts-2 \ "**/xxxx/home/abc/python/bin/python** ~/mxnet/example/image-classification/train_imagenet.py"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services