You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/09 00:51:03 UTC

[GitHub] zhreshold commented on issue #10854: "WindowsError: [Error 126]" and "ImportError: cannot import name libinfo"

zhreshold commented on issue #10854: "WindowsError: [Error 126]" and "ImportError: cannot import name libinfo"
URL: https://github.com/apache/incubator-mxnet/issues/10854#issuecomment-387586469
 
 
   WindowsError: [Error 126] indicates that there's `SOME` missing dlls, either not in PATH or missing. Unfortunately, windows won't tell you which one is missing. So it's kind of bad experience to debug what's going wrong.
   
   Can you make sure your PATH include cuda dlls and vc++ runtime dlls?
   
   ```
   echo $PATH$
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services