I installed theano but when I try to use it I got this error:
theano
WARNING (theano.configdefaults): g++ not detected! Theano will be unable to
On Windows, you need to install mingw to support g++. Usually, it is advisable to use Anaconda distribution to install Python. Theano works with Python3.4 or older versions. You can use conda install command to install mingw.
conda install