szha commented on issue #20144: URL: https://github.com/apache/incubator-mxnet/issues/20144#issuecomment-816015556
@Raunak-Singh-Inventor the error says nvcc not found, which means cmake is trying to look for CUDA support on your raspberry pi. I think the fix would be to simply turn the `USE_CUDA` off. In fact, you should be able to rely on the [linux CPU build config](https://github.com/apache/incubator-mxnet/blob/master/config/linux.cmake) for building on rpi. You can copy it to the root of mxnet and name it config.cmake to make it active. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
