-
Notifications
You must be signed in to change notification settings - Fork 6.8k
unable to load mxnet library in R #14004
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot add [build, R] |
I have the same issue, Is there any solution available? my session info is :
|
I have installed mxnet for CPU and worked fine on Windows 10, R version 3.6.2. Then I wanted to try mxnet for GPU: I installed mxnet for GPU using the command:
everything went file. However when trying to load in R version 3.6.2 or R Studio, I get the following error:
I have been using my GPU for R/keras/tensorflow having installed cuda100 on miniconda3. It works quite smoothly on NVIDIA Geforce RTX 2080 Please advise In case this helps:
R version 3.6.2 (2019-12-12) Matrix products: default locale: attached base packages: loaded via a namespace (and not attached): Thank you! |
I am also trying to install mxnet for R on MacOS (10.15.4). I installed openblas 0.3.9 and opencv 4.2.0_3. cran <- getOption("repos") and I get the following error: [1] "Loading local: inst/libs/libmxnet.so"
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Any ideas how to fix this issue? |
Looks to be closely related to #13936, and possibly related to the issues in #13952, but I'm not completely sure.
I've followed the instructions to install CPU version of MXNet for R on MacOS (10.14.2).
I successfully install openblas (0.3.5) and opencv (4.0.1) via brew using
Also, added the symbolic links as suggested (this is a different openblas version that I have installed):
And then installed the package within R with:
Description
When I try to load the mxnet library I get an error message below
Environment info (Required)
I'm using R in RStudio 1.1.463
What have you tried to solve it?
I did not change the symbolic link because before I had the openblas 0.3.1 error, I had a very similar looking error that said it couldn't find opencv 3.4.
I was thinking of cloning the repository and seeing if I could change what openblas and opencv versions mxnet looks for, but that seems like a lot of work for something that you may already be looking into.
The text was updated successfully, but these errors were encountered: