JiaxiangBU commented on issue #10791: Unable to install mxnet in R 3.5.0
URL: 
https://github.com/apache/incubator-mxnet/issues/10791#issuecomment-432581026
 
 
   I also have a problem to install `openblas` on Mac for R and CPU @ v1.3.0.
   The err message is here.
   
   ```
   $ brew install [email protected]
   Error: No available formula with the name "[email protected]" 
   ==> Searching for a previously deleted formula (in the last month)...
   Warning: homebrew/core is shallow clone. To get complete history run:
     git -C "$(brew --repo homebrew/core)" fetch --unshallow
   
   Error: No previously deleted formula found.
   ==> Searching for similarly named formulae...
   Error: No similarly named formulae found.
   ==> Searching taps...
   ==> Searching taps on GitHub...
   Error: No formulae found in taps.
   $ ln -sf /usr/local/opt/openblas/lib/libopenblasp-r0.3.* 
/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
   ```
   
   And when I library the pkg, the err message is here.
   
   ``` r
   library(mxnet)
   #> Error: package or namespace load failed for 'mxnet':
   #>  loadNamespace()里算'mxnet'时.onLoad失败了,详细内容:
   #>   调用: dyn.load(file, DLLpath = DLLpath, ...)
   #>   错误: 
无法载入共享目标对象‘/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
   ```
   
   Created on 2018-10-24 by the [reprex
   package](http://reprex.tidyverse.org) (v0.2.0).
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to