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 2019/01/28 08:26:14 UTC

[GitHub] IrinaMax opened a new issue #14008: Can not install mxnet at R-studio

IrinaMax opened a new issue #14008: Can not install mxnet at R-studio
URL: https://github.com/apache/incubator-mxnet/issues/14008
 
 
   I have the same error as JiaxiangBU.
   Followed installation on brew and then got error:
   ```
   > $ ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.3.dylib /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
   > ln: /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib: No such file or directory
   ```
   Then in R-studio :
   
   ```
   >cran <- getOption("repos")
   > cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
   > options(repos = cran)
   > install.packages("mxnet")
   trying URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/macosx/el-capitan/contrib/3.5/mxnet_1.3.0.tgz'
   Content type 'application/x-tar' length 10369234 bytes (9.9 MB)
   ==================================================
   downloaded 9.9 MB
   The downloaded binary packages are in
   	/var/folders/xk/zqkqv02j627g4_jw9hh8hfym0000gn/T//RtmpIuGUr2/downloaded_packages
   > library("mxnet", lib.loc="/Library/Frameworks/R.framework/Versions/3.5/Resources/library")
   Error: package or namespace load failed for ‘mxnet’:
    .onLoad failed in loadNamespace() for 'mxnet', details:
     call: dyn.load(file, DLLpath = DLLpath, ...)
     error: unable to load shared object '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/mxnet/libs/libmxnet.so':
     dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/mxnet/libs/libmxnet.so, 10): Library not loaded: /usr/local/opt/openblas/lib/libopenblasp-r0.3.1.dylib
     Referenced from: /Library/Frameworks/R.framework/Versions/3.5/Resources/library/mxnet/libs/libmxnet.so
     Reason: image not found
   ```
   What's wrong? It used to work on the last version of Rstudio.

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