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/01/11 16:23:11 UTC

[GitHub] imamdigmi opened a new issue #9377: Error: Can't find 'R-package' during the installation

imamdigmi opened a new issue #9377: Error: Can't find 'R-package' during the installation
URL: https://github.com/apache/incubator-mxnet/issues/9377
 
 
   ## Description
   Hi! I'm trying to install MXNet on Ubuntu 16.04 for R with GPU but have some problem here, it cant find R-Package, so I'm trying to googling how to install R-Package but i'm cant find that package.
   
   ## Environment info
   I'm using R
   ```
   R version 3.2.3 (2015-12-10)
   Platform: x86_64-pc-linux-gnu (64-bit)
   Running under: Ubuntu 16.04.3 LTS
   
   locale:
    [1] LC_CTYPE=en_US.UTF-8              LC_NUMERIC=C              
    [3] LC_TIME=id_ID.UTF-8                    LC_COLLATE=en_US.UTF-8    
    [5] LC_MONETARY=id_ID.UTF-8         LC_MESSAGES=en_US.UTF-8   
    [7] LC_PAPER=id_ID.UTF-8                 LC_NAME=C                 
    [9] LC_ADDRESS=C                             LC_TELEPHONE=C            
   [11] LC_MEASUREMENT=id_ID.UTF-8 LC_IDENTIFICATION=C       
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base     
   
   other attached packages:
   [1] devtools_1.13.4
   
   loaded via a namespace (and not attached):
   [1] withr_2.1.1   memoise_1.1.0 digest_0.6.13
   ```
   
   ## Build info
   Compiler gcc
   
   MXNet commit hash:
   a5edbf94094581ee27157eae4f2113115a3994e7
   
   ## Error Message:
   ```
   Error: Can't find 'R-package'.
   Execution halted
   Makefile:384: recipe for target 'rpkg' failed
   make: *** [rpkg] Error 1
   ```
   
   ## What have you tried to solve it?
   1. Install R-Package to build package in R but i cant find that package
   2. I comment out installation of R-package but i get another errors like ```Warning: invalid package ?R-package?
   Error: ERROR: no packages specified
   Makefile:481: recipe for target 'rpkg' failed
   make: *** [rpkg] Error 1```
   
   How to solve this and what should i do, thanks in adnvace.
   

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