leezu commented on pull request #20431: URL: https://github.com/apache/incubator-mxnet/pull/20431#issuecomment-882623564
> Yeah, I'm sure I have activated the conda env in the right way Conda documentation says "For now, most DLLs are installed into (install prefix)\\Library\\bin. This path is added to os.environ["PATH"] for all Python processes, so that DLLs can be located, regardless of the value of the system's PATH environment variable." https://docs.conda.io/projects/conda-build/en/latest/resources/use-shared-libraries.html#shared-libraries-in-windows Please check if os.environ["PATH"] is correct in your case? Ie. os.environ["PATH"] is expected to contain the (install prefix)\\Library\\bin directory -- 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]
