down votefavorite 
<http://stackoverflow.com/questions/40542214/warning-theano-configdefaults-g-not-detected-theano-will-be-unable-to-exe#>

I am trying to run theano library code My setup is macos sierra x64 and 
pycharm with anaconda pacakges.

I installed theano : pip install theano and it installed successfully but 
when i am trying to run code its giving this error :

   WARNING (theano.configdefaults): g++ not detected ! Theano will be
 unable to execute optimized C-implementations (for both CPU and GPU) and
 will default to Python implementations. Performance will be severely
 degraded. To remove this warning, set Theano flags cxx to an empty string.

Then i searched on internet and found i have to install conda install mingw 
libpython to work with theano so i tried but later i found those two module 
mingw 
and libpython are only for win platform.

What should i do now?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to