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/05 19:43:31 UTC

[GitHub] anirudhacharya commented on issue #10791: Unable to install mxnet in R 3.5.0

anirudhacharya commented on issue #10791: Unable to install mxnet in R 3.5.0
URL: https://github.com/apache/incubator-mxnet/issues/10791#issuecomment-418857045
 
 
   @kmezhoud Try to link your openblas installation to v0.3.1 with the following statement and then try `library(mxnet)` on an R console
   ```
   ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.3.dylib /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
   ```

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