WARNING (theano.configdefaults): g++ not available, if using conda: `conda install m2w64-toolchain`
D:\Anaconda3\lib\site-packages\theano\configdefaults.py:: 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)

更是一堆错误

Traceback (most recent call last):
File "D:\Anaconda3\lib\configparser.py", line , in _unify_values
sectiondict = self._sections[section]
KeyError: 'blas' During handling of the above exception, another exception occurred: Traceback (most recent call last):
File "D:\Anaconda3\lib\site-packages\theano\configparser.py", line , in fetch_val_for_key
return theano_cfg.get(section, option)
File "D:\Anaconda3\lib\configparser.py", line , in get
d = self._unify_values(section, vars)
File "D:\Anaconda3\lib\configparser.py", line , in _unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: 'blas' During handling of the above exception, another exception occurred: Traceback (most recent call last):
File "D:\Anaconda3\lib\site-packages\theano\configparser.py", line , in __get__
delete_key=delete_key)
File "D:\Anaconda3\lib\site-packages\theano\configparser.py", line , in fetch_val_for_key
raise KeyError(key)
KeyError: 'blas.ldflags' During handling of the above exception, another exception occurred: Traceback (most recent call last):
File "<stdin>", line , in <module>
File "D:\Anaconda3\lib\site-packages\theano\__init__.py", line , in <module>
from theano.scan_module import (scan, map, reduce, foldl, foldr, clone,
File "D:\Anaconda3\lib\site-packages\theano\scan_module\__init__.py", line , in <module>
from theano.scan_module import scan_opt
File "D:\Anaconda3\lib\site-packages\theano\scan_module\scan_opt.py", line , in <module>
from theano import tensor, scalar
File "D:\Anaconda3\lib\site-packages\theano\tensor\__init__.py", line , in <module>
from theano.tensor import blas
File "D:\Anaconda3\lib\site-packages\theano\tensor\blas.py", line , in <module>
from theano.tensor.blas_headers import blas_header_text
File "D:\Anaconda3\lib\site-packages\theano\tensor\blas_headers.py", line , in <module>
if not config.blas.ldflags:
File "D:\Anaconda3\lib\site-packages\theano\configparser.py", line , in __get__
val_str = self.default()
File "D:\Anaconda3\lib\site-packages\theano\configdefaults.py", line , in default_blas_ldflags
check_mkl_openmp()
File "D:\Anaconda3\lib\site-packages\theano\configdefaults.py", line , in check_mkl_openmp
""")
RuntimeError:
To use MKL with Theano either update the numpy conda packages to
their latest build or set "MKL_THREADING_LAYER=GNU" in your
environment.

于是,新建环境变量MKL_THREADING_LAYER=GNU,

似乎不管用

于是,conda update numpy

solved。

可以使用theano,但是当我尝试使用theano.scan时,

Process finished with exit code - (0xC0000005)

墙内墙外多番查找,最终发现此贴可用!(https://blog.csdn.net/wangguan9527/article/details/82845409)

solved。

theano安装问题的更多相关文章

  1. paper 52 :windows7环境下theano安装

    要做卷积神经网络的一些东西,所以要装theano,网上很多Theano安装教程版本较老,而各安装包更新很快,参考价值有限.走了很多弯路才装好,把这个过程记录下来,希望对大家有帮助~ ~ 我的配置:wi ...

  2. theano安装

    theano安装有两类方法,一种是自己一步步安装,还有一种是借助其他软件安装.我是安装到一半发现第二种方法的...........所以就用的第一种麻烦的办法装的,但是过程也是一种学习. 电脑:win7 ...

  3. Anaconda2+Theano 安装过程中的所有的坑。。。

    写在前面的废话 上次搞theano安装还是一年多以前..anaconda才出到1.4,当时的AnacondaCE,直接安装完基本上theano啥的都一套成功.. 今天换了个电脑,重装anaconda, ...

  4. windows10 环境下theano安装

    前言:我用的是 Anaconda2 安装python 1. 在Anaconda prompt中输入 conda install mingw libpython 2. 添加环境变量 C:\Anacond ...

  5. deep learning学习环境Theano安装(win8+win7)

    官网安装说明Installing Theano:http://deeplearning.net/software/theano/install.html#alternative-anacondace ...

  6. theano 安装杂记

    0. MinGW MinGW:Windows 下的 g++等linux 下的编译工具: Anaconda 下 MinGW 的安装(进行 windows cmd 界面):conda install mi ...

  7. Theano安装笔记

    由于实验需要,近三个月来,安装过十几次Theano,基本上每次都是从最基本的nvidia driver装起.总结一些粗浅的安装心得. GPU:Nvidia K40, M40, M60 软件环境:Unb ...

  8. 手把手教你搭建深度学习平台——避坑安装theano+CUDA

    python有多混乱我就不多说了.这个混论不仅是指整个python市场混乱,更混乱的还有python的各种附加依赖包.为了一劳永逸解决python的各种依赖包对深度学习造成的影响,本文中采用pytho ...

  9. Theano在CentOS 6 下的安装及GPU加速

    系统版本:Red Hat 4.4.6-4 一. 未联网情况下,选择本地安装. 首先安装theano的依赖库,包括:scipy-0.16.1numpy-1.9.2nose-1.3.7 (optional ...

随机推荐

  1. react native获取组件高度,宽 度等

    import React,{Component} from 'react'import { View, Text, Image, StyleSheet, TouchableHighlight, Tou ...

  2. [dedecms]隐藏栏目不生成静态页面

    重点文件在:/data/cache/inc_catalog_base.inc.php文件,里面存放的是栏目ID 先找到 /dede/sys_cache_up.php(后台更新缓存的地方),找到里面的U ...

  3. IDEA Maven项目默认编译器使用JDK1.5的解决办法

    在idea中创建maven项目,项目指定用jdk1.8编译,每次更新maven库后,都会重新变成1.5.解决方案: 第一种: 在pom文件中,增加如下代码: <properties> &l ...

  4. <FAT文件系统> -- DBR

    FAT16是比较简单的文件系统,相比NFTS等文件系统,该系统的学习比较easy,容易上手,同时对于数据存储的机理以及数据的恢复有一定的帮助.FAT文件系统有一定的弊端,不能支持太大的数据存储. FA ...

  5. PHP下载微信头像

    public function downloadPic($openid='',$headimgurl='') { $header = array( 'User-Agent: Mozilla/5.0 ( ...

  6. 面试知识点准备-C++常见问题

    博客园写写格式简单的文章还行,格式一复杂就不行了,可能是我不会用吧,我有强迫症,有道云格式很好用,以后去有道写这种东西了 有道云笔记链接:http://note.youdao.com/noteshar ...

  7. 第二章 函数编程&常用标准库

    函数编程&常用标准库                                                                                       ...

  8. Git学习笔记--命令

    git init--初始化Git仓库 git add <fils>--将文件添加到暂存区,可添加多个文件,空格隔开 git commit--提交到仓库 git status--查看工作区状 ...

  9. vue生命周期图片

  10. Python全栈之路----常用模块----logging模块

    很多程序都有记录日志的需求,并且日志中包含的信息即有正常的程序访问日志,还可能有错误.警告等信息输出,python的logging模块提供了标准的日志接口,你可以通过它存储各种格式的日志,loggin ...