chinakook opened a new pull request #18402:
URL: https://github.com/apache/incubator-mxnet/pull/18402
When "PATH" are not in the environment, we will get error when reading
os.environ['PATH'].
Change to os.environ.get('PATH', '') to fix it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]