dingbo8128 opened a new issue #17246: error when download mxnet http status '404 Not Found' URL: https://github.com/apache/incubator-mxnet/issues/17246 ### Error Message 试开URL’https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.tar.gz' Error in download.file(url, destfile, method, mode = "wb", ...) : 无法打开URL'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.tar.gz' 此外: Warning messages: 1: In doTryCatch(return(expr), name, parentenv, handler) : 无法载入共享目标对象‘/Library/Frameworks/R.framework/Resources/modules//R_X11.so’:: dlopen(/Library/Frameworks/R.framework/Resources/modules//R_X11.so, 6): Library not loaded: /opt/X11/lib/libSM.6.dylib Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/modules/R_X11.so Reason: image not found 2: 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': HTTP status was '404 Not Found' Warning in download.packages(pkgs, destdir = tmpd, available = available, : 下载程序包‘mxnet’时出了问题 ## To Reproduce ### Steps to reproduce (Paste the commands you ran that produced the error.) > cran <- getOption("repos") > cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/" > > options(repos = cran) > install.packages("mxnet") ## Environment macOs Catalina 10.15.1 R version 3.6.2 (2019-12-12) -- "Dark and Stormy Night" ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
