ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-605870227 Test in WIN_GPU fail at ``` OSError: [WinError 126] The specified module could not be found ``` This one means the libmxnet.dll is not in the DLL Search path [acc to Stackoverflow] Fix would be to add it into the environment https://stackoverflow.com/questions/43987081/openslide-python-import-error What's surprising is : libmxnet.dll & mxnet_70.dll are being packed into windows_package.7z and unpacked during test phase correctly. While WIN_CPU tests don't give this error, WIN_GPU fails
---------------------------------------------------------------- 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] With regards, Apache Git Services
