You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/04 02:33:02 UTC

[GitHub] hetong007 commented on issue #12439: R MXNET install fails (`cannot open url`)

hetong007 commented on issue #12439: R MXNET install fails (`cannot open url`)
URL: https://github.com/apache/incubator-mxnet/issues/12439#issuecomment-418223492
 
 
   It works on my OS X with R 3.5.1:
   
   ```
   > cran <- getOption("repos")
   > cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
   > options(repos = cran)
   > install.packages("mxnet")
   trying URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/macosx/el-capitan/contrib/3.5/mxnet_1.3.0.tgz'
   Content type 'application/x-tar' length 10369234 bytes (9.9 MB)
   ==================================================
   downloaded 9.9 MB
   
   
   The downloaded binary packages are in
   	/var/folders/y_/b4b_w8yd72s69ymxr7mt0w8js9cjdb/T//RtmperJUcT/downloaded_packages
   
   ```
   
   Can you try
   
   ```r
   install.packages("mxnet", type='mac.binary')
   ```
   
   Also, can you please paste the result from `sessionInfo()`?

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


With regards,
Apache Git Services