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 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. 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. As a quick workaround, you can run with `CUDACXX=/usr/local/cuda/nvcc cmake`
---------------------------------------------------------------- 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
