zachgk commented on issue #15649: Installation Fails on Debian Stable Machine
URL: 
https://github.com/apache/incubator-mxnet/issues/15649#issuecomment-515223474
 
 
   Try running this which might fix the cuda.h problem. So, you are updating 
the default configuration instead of using the two lines instead of it (it 
doesn't load the default configuration if the config.mk file exists).
   ```
   cp make/config.mk config.mk
   echo "USE_OPENCV = 1" >> ./config.mk
   echo "USE_BLAS = openblas" >> ./config.mk
   ```
   
    @aaronmarkham or @anirudhacharya, do you know what is wrong with the R 
installation?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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