Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation failed- prebuilt mxnet R CPU windows #3

Open
qtian68 opened this issue Feb 9, 2018 · 0 comments
Open

installation failed- prebuilt mxnet R CPU windows #3

qtian68 opened this issue Feb 9, 2018 · 0 comments

Comments

@qtian68
Copy link

qtian68 commented Feb 9, 2018

I am trying to install the precompiled mxnet 1.0.0 R CPU version on Windows. According to the official website, I should run the following code, but failed:

cran <- getOption(“repos”)
cran[“dmlc”] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
options(repos = cran)
install.packages(“mxnet”)

The error message:
Installing package into ‘C:/Users/QTIAN2/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘mxnet’
These will not be installed

Can anyone share some insight into this? Many thanks!

Cin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant