cells2numbers opened a new issue #10675: R Installation on MacOS fails (file 
not found)
URL: https://github.com/apache/incubator-mxnet/issues/10675
 
 
   The installation of mxnet fails on MacOS using RStudio because the file 
mxnet_0.10.1.tar.gz is not found. Probably the file is outdated. Could it be 
replaced / updated? 
   
   Infos about  the environment info:
   ```
   > sessionInfo()
   R version 3.4.3 (2017-11-30)
   Platform: x86_64-apple-darwin16.7.0 (64-bit)
   Running under: macOS Sierra 10.12.6
   
   Matrix products: default
   BLAS: 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
   LAPACK: 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
   ```
   
   Code and error message for reproduction:
   ```
   > install.packages("mxnet")
   Installing package into ‘/usr/local/lib/R/3.4/site-library’
   (as ‘lib’ is unspecified)
   trying URL 
'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_0.10.1.tar.gz'
   Warning in install.packages :
     cannot open URL 
'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_0.10.1.tar.gz':
 HTTP status was '404 Not Found'
   Error in download.file(url, destfile, method, mode = "wb", ...) : 
     cannot open URL 
'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_0.10.1.tar.gz'
   Warning in install.packages :
     download of package ‘mxnet’ failed
   > 
   ```

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


With regards,
Apache Git Services

Reply via email to