Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. install.packages("drat", repos="https://cran.rstudio.com")
  2. drat:::addRepo("dmlc")
  3. install.packages("mxnet")
  4.  
  5. Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘mxnet’
  6. These will not be installed
  7.  
  8. library(mxnet)
  9. Error: package ‘mxnet’ is not installed for 'arch = i386'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement