WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain` D:\Anaconda3\lib\site-packages\theano\configdefaults.py:560: UserWarning: DeprecationWarning: there is no c++ compiler.This is deprecated and with Theano 0.11 a c++ compiler will be mandatory warnings.warn("DeprecationWarning: there is no c++ compiler." 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. WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
按照正常的顺序安装完(http://www.deeplearning.net/software/theano/install.html),提示警告,如上。
于是,conda install m2w64-toolchain。
爆出一堆错误
于是,conda install libpython (https://blog.csdn.net/weixin_40849273/article/details/85266465)
更是一堆错误