解决Python中使用theano出现WARNING (theano.configdefaults): g++ not available

首先根据报错提示:

WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain`

打开cmd,然后输入conda install m2w64-toolchain

如果显示conda不是内部或外部文件,那你就去下载一个anaconda吧.....

然后它会出现提示“Proceed ([y]/n)? ”

点击回车或者输入y.....

你会发现,卧槽,下载速度贼慢啊。等了半天最后居然报错

“CondaHTTPError: HTTP 000 CONNECTION FAILED for url

估计是因为国内访问国外资源速度太慢所以超时了。

所以,我们可以按照这个博客的做法,问题就完美解决了~下载速度也是soso的。

如果上述不行,那么在cmd中输入

conda install mingw libpython

也是没问题的~

你可能感兴趣的:(python,python,theano)