-
Notifications
You must be signed in to change notification settings - Fork 14
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 does not work #2
Comments
Hi Garglesoap, |
Your suggestion was a helpful one and I have been able to make the mxnet tarball on the AWS Deep Learning AMI. However, the make rpkg command is still failing to find libmxnet.so: Error : .onLoad failed in loadNamespace() for 'mxnet', details: I have tried setting the environment variable two ways, don't know if correct, but file does live at this location: Previously, the make rpgk file was also not able to find libcudart.so.8.0, however I fixed it with: There were a number of other issues getting to this point, including about a dozen R packages that had to be installed in a sudo version of R in order for the tarball compile to succeed (igraph must be from git NOT CRAN, diagrammeR, XML, roxygen2, influenceR, rgexf, Cairo might need to get additional files other than R package) as well as some other linux programs: libxml2-devel or potentially any of the following: automake, autoconf, autoheader, aclocal, libtoolize, pkg-config [at least version 0.16], gtk-doc (recommended) |
I've tried following both these and the mxnet official installation guide for Bitfusion's Scientific Compute AMI on a AWS g2large instance.
Frankly, your instructions are not correct and compile fails.
on 'make j4':
/home/ubuntu/mxnet/mshadow/mshadow/././././cuda/tensor_gpu-inl.cuh(75): error: expression preceding parentheses of apparent call must have (pointer-to-) function type
/home/ubuntu/mxnet/mshadow/mshadow/././././cuda/tensor_gpu-inl.cuh(75): error: expression preceding parentheses of apparent call must have (pointer-to-) function type
2 errors detected in the compilation of "/tmp/tmpxft_00003ade_00000000-18_activation.compute_30.cpp2.i".
make: *** [build/src/operator/activation_gpu.o] Error 2
This leads to the error:
install.packages('mxnet')
Installing package into ‘/home/ubuntu/R/x86_64-pc-linux-gnu-library/3.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘mxnet’ is not available (for R version 3.3.1)
Bitfusion support is non-responsive.
The text was updated successfully, but these errors were encountered: