I installed theano
but when I try to use it I got this error:
WARNING (theano.configdefaults): g++ not detected! Theano will be unable to
I solved this probelm just now on Windows 10 with Anaconda3. First apply
conda install mingw
in the command line.
If one comes across this problem
CondaIOError: IO error: Missing write permissions in: C:\ProgramData\Anaconda3"
change the attribute in the safety tab of the folder in which you installed Anaconda; make sure user has write permissions to this folder.