vexilligera commented 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-605897612
 
 
   > 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
   
   @larroy says he used to run into the problem and it turned out that it was 
solved by packing opencv binary. In this case the opencv is already in the 
environment path and it should be found. Although WinError 126 could also occur 
if a dependent dll is missing, in my local tests when I deliberately created 
that situation, instead, segmentation fault (access violation at 
0x0000000000000000) is thrown.

----------------------------------------------------------------
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

Reply via email to