smartinsightsfromdata opened a new issue #12439: R MXNET install
URL: https://github.com/apache/incubator-mxnet/issues/12439
 
 
   Current instructions to install R MXNET gives error (`cannot open URL [...] 
HTTP status was '404 Not Found`). 
   Wrong website address?
   
   #### Environment info (Required)
   OSX; [email protected]
   
   #### The problem
   ```
   > cran <- getOption("repos")
   > cran["dmlc"] <- 
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/";
   > options(repos = cran)
   > install.packages("mxnet")
   Installing package into ‘/usr/local/lib/R/3.5/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:
[email protected]


With regards,
Apache Git Services

Reply via email to