You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
This error is caused by the python environment. There are two NNI environment in user's machine, and one env is for 'local python', one is for 'virtual environment python', the two environment set nnictl's path to the same place, and the 'local python' nnictl path override the 'virtual environment python' nnictl path. When user use nnictl command, the system will always use 'local python' nnictl, while user want to use 'virtual environment python' nnictl.
{ Error: getIPV4Address() failed because os.networkInterfaces().eth0 is undefined.
at Object.getIPV4Address (/usr/local/nni/common/utils.js:183:15)
at PAIK8STrainingService.submitTrialJobToPAI (/usr/local/nni/training_service/pai/paiK8S/paiK8STrainingService.js:170:103)
at process._tickCallback (internal/process/next_tick.js:68:7)
name: '',
cause:
Error: getIPV4Address() failed because os.networkInterfaces().eth0 is undefined.
at Object.getIPV4Address (/usr/local/nni/common/utils.js:183:15)
at PAIK8STrainingService.submitTrialJobToPAI (/usr/local/nni/training_service/pai/paiK8S/paiK8STrainingService.js:170:103)
at process._tickCallback (internal/process/next_tick.js:68:7) }
When using the PAIK8S mode, I got some error:
Training service error:
getIPV4Address() fail because os.networkinterfaces().eth0 is undefined.
By the way, I already set the "nniManagerIp" in config correctly.
Short summary about the issue/question:
Brief what process you are following:
How to reproduce it:
nni Environment:
need to update document(yes/no):
Anything else we need to know:
The text was updated successfully, but these errors were encountered: