@@ -9,12 +9,12 @@ When met errors like below, try to clean up **tmp** folder first.
...
@@ -9,12 +9,12 @@ When met errors like below, try to clean up **tmp** folder first.
### Cannot get trials' metrics in OpenPAI mode
### Cannot get trials' metrics in OpenPAI mode
In OpenPAI training mode, we start a rest server which listens on 51189 port in nniManager to receive metrcis reported from trials running in OpenPAI cluster. If you didn't see any metrics from WebUI in OpenPAI mode, check your machine where nniManager runs on to make sure 51189 port is turned on in the firewall rule.
In OpenPAI training mode, we start a rest server which listens on 51189 port in nniManager to receive metrcis reported from trials running in OpenPAI cluster. If you didn't see any metrics from WebUI in OpenPAI mode, check your machine where nniManager runs on to make sure 51189 port is turned on in the firewall rule.
### Segmentation Fault (core dumped) when installing from source code
### Segmentation Fault (core dumped) when installing
* Update or reinstall you current python's pip like `python3 -m pip install -U pip`
* Update or reinstall you current python's pip like `python3 -m pip install -U pip`
* Install nni with --no-cache-dir flag like `python3 -m pip install nni --no-cache-dir`
* Install nni with `--no-cache-dir` flag like `python3 -m pip install nni --no-cache-dir`
### Job management error: getIPV4Address() failed because os.networkInterfaces().eth0 is undefined.
### Job management error: getIPV4Address() failed because os.networkInterfaces().eth0 is undefined.
Your machine don't have eth0 device, please set nniManagerIp in your config file manually. [refer](https://github.com/Microsoft/nni/blob/master/docs/ExperimentConfig.md)
Your machine don't have eth0 device, please set nniManagerIp in your config file manually. [refer](https://github.com/Microsoft/nni/blob/master/docs/ExperimentConfig.md)