Setting up environment in Python tools for visual studio -


i trying install theano , use ptvs ide. after following installation steps, when running "import theano" within ptvs interactive window get:

warning (theano.configdefaults): g++ not detected

i believe problem caused missing environment variables since when run "import theano" through env.bat described in http://deeplearning.net/software/theano/install_windows.html#configuring-the-environment, not warnings.

how can setup ptvs environment correctly theano doesn't complain?

make sure have ptvs 2.2 (currently in rc). version provides way specify environment variables in project properties.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -