在 Python 工具中为 visual studio 设置环境

Setting up environment in Python tools for visual studio

我正在尝试安装 Theano 并使用 PTVS IDE。 完成所有安装步骤后,当 运行ning "import theano" 在 PTVS interactive window 中时,我得到:

警告(theano.configdefaults):未检测到 g++

我认为问题是由于缺少环境变量引起的,因为我 运行 "import theano" 到 env.bat 中所述 http://deeplearning.net/software/theano/install_windows.html#configuring-the-environment,我没有收到任何警告。

如何正确设置 PTVS 环境,使 theano 不报错?

确保您有 PTVS 2.2(目前在 RC 中)。该版本提供了一种在项目属性中指定环境变量的方法。

我也遇到了同样的问题。结果我 运行 Blend 版本 Visual Studio 2015,而不是 普通版本。希望这可以帮助。