You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/04 20:24:29 UTC

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17761: Cmake stuck in infinite loop at configuration

leezu edited a comment on issue #17761: Cmake stuck in infinite loop at configuration
URL: https://github.com/apache/incubator-mxnet/issues/17761#issuecomment-594814762
 
 
   You didn't install cuda correctly. In particular you didn't do https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#mandatory-post
   nvcc is not on your PATH.
   
   We recently added a convenience functionality in https://github.com/apache/incubator-mxnet/pull/17293 that attempts to do the right thing even if cuda is not installed correctly. Seems that leads to an infinite loop unfortunately. It needs to be fixed. Thanks for reporting the issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services