Reputation: 1059
My newly installed spyder IDE raise an error of 'nvcc compiler not found on $PATH, check your nvcc installation and try again', before I had successfully configured the theano and cuda enviroment and run the gpu test program on command console, but when I installed spyder IDE and run the same test program, it raise the error, can anyone help me, thanks in advance!
Upvotes: 0
Views: 132
Reputation: 34156
You always need to start Spyder from a terminal (i.e. cmd.exe or bash) for Theano and Cuda to work correctly inside it.
Upvotes: 1