1. 程式人生 > >解決Python中使用theano出現WARNING (theano.configdefaults): g++ not available

解決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 <https://repo.continuum.i”

估計是因為國內訪問國外資源速度太慢所以超時了。

所以,我們可以按照這個部落格的做法,問題就完美解決了~下載速度也是soso的。

如果上述不行,那麼在cmd中輸入

conda install mingw libpython

也是沒問題的~