niranjannilekani commented on issue #18774:
URL: 
https://github.com/apache/incubator-mxnet/issues/18774#issuecomment-670305003


   Hi Leezu
   
   i tried to install using pre built binary package CPU, but iam getting error 
as shown below.
   
   
   
   R version 4.0.2 (2020-06-22) -- "Taking Off Again"
   Copyright (C) 2020 The R Foundation for Statistical Computing
   Platform: x86_64-w64-mingw32/x64 (64-bit)
   
   R is free software and comes with ABSOLUTELY NO WARRANTY.
   You are welcome to redistribute it under certain conditions.
   Type 'license()' or 'licence()' for distribution details.
   
     Natural language support but running in an English locale
   
   R is a collaborative project with many contributors.
   Type 'contributors()' for more information and
   'citation()' on how to cite R or R packages in publications.
   
   Type 'demo()' for some demos, 'help()' for on-line help, or
   'help.start()' for an HTML browser interface to help.
   Type 'q()' to quit R.
   
   [Workspace loaded from ~/.RData]
   
   > cran <- getOption("repos")
   > cran["dmlc"] <- 
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/";
   > options(repos = cran)
   > install.packages("mxnet")
   WARNING: Rtools is required to build R packages but is not currently 
installed. Please download and install the appropriate version of Rtools before 
proceeding:
   
   https://cran.rstudio.com/bin/windows/Rtools/
   Installing package into 
‘C:/Users/niranjan.nilekani/Documents/R/win-library/4.0’
   (as ‘lib’ is unspecified)
   Warning in install.packages :
     unable to access index for repository 
https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/windows/contrib/4.0:
     cannot open URL 
'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/windows/contrib/4.0/PACKAGES'
   installing the source package ‘mxnet’
   
   trying URL 
'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.tar.gz'
   Warning in install.packages :
     cannot open URL 
'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.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_1.3.0.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 to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to