lichen11 commented on issue #13859: Newly updated Makefile generate path errors URL: https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-454142716 I changed the line Rscript -e "if(!require(devtools)||packageVersion('roxygen2') < '6.1.1'){install.packages('roxygen2', repo = 'https://cloud.r-project.org/')}" to Rscript -e " devtools::install_version('roxygen2',version='6.1.1',\ repos='https://cloud.r-project.org/',quiet=TRUE)" I am able to perform Step 5 with no error. But when I load mxnet in R, I receive the following error: Error: package or namespace load failed for ‘mxnet’: .onLoad failed in loadNamespace() for 'mxnet', details: call: dyn.load("R-package/inst/libs/libmxnet.so", local = FALSE) error: unable to load shared object '/home/username/R-package/inst/libs/libmxnet.so': /home/username/R-package/inst/libs/libmxnet.so: cannot open shared object file: No such file or directory
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
