I am trying to run theano on Enthought Python Distribution (academic license) under windows 7 64. Followin the topic Installing Theano on EPD (Windows x64) I installed bleeding edge version of theano since I got the same error. But now I have this problem:
WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU).
EPD installs its own version of mingw, so I do not uderstand why the problem occurs. I tried to find g++ (assuming EPD installed it) through window search to put in PATH but there is nothing.
I've separatly installed mingw64, but when I type in command prompt
import theano
it's hanging
Thanks in advance.