-
Notifications
You must be signed in to change notification settings - Fork 519
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
Missing dmlc/base.h problem when installing R package #144
Comments
I think you missed |
@thirdwing It works for me at Ubuntu 14.04 |
the official R installation tutorial is outdated with the download website bug.
if you don't install roxygen2, you need to run
and then run
which will give you a great mxnet package: Now, you can run
you will see
|
The instruction is correct. These lines below are used to install all the dependencies including
|
@thirdwing ops, my bad, it worked! Thank you for your help! |
I'm getting the following error:
I've managed yesterday to install mxnet on one ubunut 16.4 system, now having more difficulties. Package installation is definitively a cumbersome (might have to turn back to h2o on the end) considering all dependencies etc. |
The error message you provide means there is an error in your R Please check your R installation, especially the blas installation. Best wishes, KK On 11/09/2016 06:43 AM, Tomislav Hengl wrote:
|
I am using MRO installation for ubuntu, but it could be that something went wrong. I have just re-installed MRO, and now I get problems with im2rec when I run:
I get:
I have installed CUDA and all other libraries required. |
I think you met the error in opencv part. Can you disable opencv for now? |
OK, I have managed to install it (and yes looks like I had an old R installation somewhere hidden). My first problem was that my
and that is why the Finally, I've run your
and the installation was finally successful. Now I only have to test whether it is automatically parallelized to all cores... Thank you very much for your help and for your package! |
It should run in parallel if you open the openmp support when compiling. |
RE "if you open the openmp support when compiling" I am not sure how to do that from R. I assume that having the |
Hi, I am trying to install mxnet package for R on Ubuntu 16.04 LTS. However I am running into an issue.
These are the steps I took:
sudo apt-get install -y build-essential git libatlas-base-dev libopencv-dev git clone --recursive https://github.com/dmlc/mxnet cd mxnet; make -j$(nproc)
R CMD BUILD R-package/ R CMD INSTALL mxnet_0.7.tar.gz
But when running install I get the following error
The text was updated successfully, but these errors were encountered: