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 16:20:17 UTC

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

kmezhoud commented on issue #10791: Unable to install mxnet in R 3.5.0
URL: https://github.com/apache/incubator-mxnet/issues/10791#issuecomment-418792053
 
 
   HI,
   In my case is not yet resolved
   
   ```r
   brew install openblas
   brew install opencv
   cran <- getOption("repos")
   cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
   options(repos = cran)
   install.packages("mxnet")
   library("mxnet", lib.loc="/Library/Frameworks/R.framework/Versions/3.5/Resources/library")
   ```
   ```r
   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
   ```
   
   ```r
   > sessionInfo()
   R version 3.5.1 (2018-07-02)
   Platform: x86_64-apple-darwin15.6.0 (64-bit)
   Running under: macOS Sierra 10.12
   
   Matrix products: default
   BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
   LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
   
   locale:
   [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base     
   
   other attached packages:
   [1] shiny_1.1.0
   
   loaded via a namespace (and not attached):
    [1] tidyselect_0.2.4   Rook_1.1-1         purrr_0.2.5        colorspace_1.3-2   htmltools_0.3.6   
    [6] viridisLite_0.3.0  yaml_2.2.0         XML_3.98-1.16      rlang_0.2.2        pillar_1.3.0      
   [11] later_0.7.4        glue_1.3.0         RColorBrewer_1.1-2 bindrcpp_0.2.2     bindr_0.1.1       
   [16] plyr_1.8.4         stringr_1.3.1      munsell_0.5.0      gtable_0.2.0       visNetwork_2.0.4  
   [21] htmlwidgets_1.2    httpuv_1.4.5       DiagrammeR_1.0.0   Rcpp_0.12.18       xtable_1.8-3      
   [26] readr_1.1.1        scales_1.0.0       promises_1.0.1     jsonlite_1.5       rgexf_0.15.3      
   [31] mime_0.5           gridExtra_2.3      brew_1.0-6         ggplot2_3.0.0      hms_0.4.2         
   [36] digest_0.6.16      stringi_1.2.4      dplyr_0.7.6        grid_3.5.1         influenceR_0.1.0  
   [41] tools_3.5.1        magrittr_1.5       lazyeval_0.2.1     tibble_1.4.2       crayon_1.3.4      
   [46] tidyr_0.8.1        pkgconfig_2.0.2    downloader_0.4     assertthat_0.2.0   rstudioapi_0.7    
   [51] viridis_0.5.1      R6_2.2.2           igraph_1.2.2       compiler_3.5.1 
   ```

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