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/09/16 10:06:48 UTC

[GitHub] Adesun edited a comment on issue #12519: The specified module could not be found error in OpWrapperGenerator.py

Adesun edited a comment on issue #12519: The specified module could not be found error in OpWrapperGenerator.py
URL: https://github.com/apache/incubator-mxnet/issues/12519#issuecomment-421736186
 
 
   @aligoglos 
   It seems that the libmxnet.dll cannot find its dependency,
   you should put all dependency libraries (libopenblas libgfortran libgcc_s_seh libquadmath etc.)
   into system PATH, or the same directory with libmxnet.dll 
   then running the command below 
   `python OpWrapperGenerator.py ./path/libmxnet.dll`
   you'll get the op.h generated successfully

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