RuRo edited a comment on issue #15787: RuntimeError: Cannot find the MXNet 
library.
URL: 
https://github.com/apache/incubator-mxnet/issues/15787#issuecomment-584759416
 
 
   Just in case anyone stumbles on this issue, notice, that `mxnet` expects the 
`build` directory to be in the root of the repository. So if you are trying to 
build in a different directory (i.e. in `/tmp` or in a directory adjacent to 
your cloned `mxnet` repository), the `setup.py` script will fail with the above 
error.
   
   Unfortunately, setting `MXNET_LIBRARY_PATH` doesn't work for `setup.py`, so 
I ended up symlinking my `build` directory to where `mxnet` expected it to be.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to