lichen11 commented on issue #13859: Newly updated Makefile generate path errors
URL: 
https://github.com/apache/incubator-mxnet/issues/13859#issuecomment-454178006
 
 
   I fixed it using a very odd trick.... I noticed that when I run R in the 
terminal, I am able to load mxnet and train NNs. However when I use R studio 
server, it gives the above error. I noticed that in R studio server, the lib 
paths are .libPaths()
   [1] "/home/username/R/x86_64-redhat-linux-gnu-library/3.5"
   [2] "/usr/lib64/R/library"                               
   [3] "/usr/share/R/library"
   
   But in R terminal, the libPath() only contains
      "/usr/lib64/R/library" "/usr/share/R/library"
   
   So I just removed "/home/username/R/x86_64-redhat-linux-gnu-library/3.5" as 
a lib path. But what I noticed is mxnet is installed in 
"/home/username/R/x86_64-redhat-linux-gnu-library/3.5", not the other two 
paths. It is very odd that I have to remove this lib path (where mxnet is 
installed) in order to get mxnet working.... You guys might want to look into 
this also. 

----------------------------------------------------------------
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

Reply via email to