Kurokokoro opened a new issue #13923: Cannot install MXNet R (cannot open URL)
URL: https://github.com/apache/incubator-mxnet/issues/13923
 
 
   Hi, recently i tried installing MXNet with RStudio on Windows 7. After the 
command:
   `install.packages("mxnet")`
   I got error:
   `Warning in install.packages :
     package ‘mxnet’ is not available (for R version 3.5.1)`
   
   After:
   `cran <- getOption("repos")
   cran["dmlc"] <- 
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/";
   options(repos = cran)
   install.packages("mxnet")`
   I got:
   `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`
   
   And finally, after (found somewhere here when seaching for fix):
   
`install.packages("https://github.com/jeremiedb/mxnet_winbin/raw/master/mxnet.zip";,
 repos = NULL)`
   It installed but when trying to load library:
   `Error: pakiet ‘mxnet’ nie jest zainstalowany dla 'arch=i386'`
   
   I know that Windows 7 is not fully supported but I hope it's not that case.
   So the file on server is missing or something? 
   I would be very grateful if someone could help me
   Thanks
   
   
   Session info:
   R version 3.5.1 (2018-07-02)
   Platform: i386-w64-mingw32/i386 (32-bit)
   Running under: Windows 7 x64 (build 7601) Service Pack 1
   
   Matrix products: default
   
   locale:
   [1] LC_COLLATE=Polish_Poland.1250  LC_CTYPE=Polish_Poland.1250    
LC_MONETARY=Polish_Poland.1250
   [4] LC_NUMERIC=C                   LC_TIME=Polish_Poland.1250    
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base     
   
   other attached packages:
   [1] arules_1.6-2  Matrix_1.2-14
   
   loaded via a namespace (and not attached):
    [1] coin_1.2-2        lattice_0.20-38   codetools_0.2-16  mvtnorm_1.0-8     
zoo_1.8-4        
    [6] MASS_7.3-51.1     grid_3.5.1        stats4_3.5.1      multcomp_1.4-8    
strucchange_1.5-1
   [11] party_1.3-1       sandwich_2.5-0    splines_3.5.1     TH.data_1.0-9     
tools_3.5.1      
   [16] survival_2.43-3   compiler_3.5.1    modeltools_0.2-22

----------------------------------------------------------------
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