specter119 commented on pull request #20431: URL: https://github.com/apache/incubator-mxnet/pull/20431#issuecomment-883204586
@leezu Yeah, 'Library\bin' is in the `os.environ['PATH']` please the refer <https://docs.python.org/3/library/os.html#os.add_dll_directory> > New in version 3.8: Previous versions of CPython would resolve DLLs using the default behavior for the current process. This led to inconsistencies, such as only sometimes searching PATH or the current working directory, and OS functions such as AddDllDirectory having no effect I think the `$PATH` has no effect on the dll dir when pyton>= 3.8 in the windows platform. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
