configparser.DuplicateSectionError: While reading from '/home/qinghua/.theanorc' [line 18]: section

来源:互联网 发布:mysql安装不弹出配置 编辑:程序博客网 时间:2024/06/06 01:47

python代码:

import theano

出现错误:

configparser.DuplicateSectionError: While reading from '/home/qinghua/.theanorc' [line 18]: section 'nvcc' already exists

解决方法是,

vim ~/.theeanorc

删除行:

[nvcc]
flags
=-D_FORCE_INLINES


阅读全文
0 0
原创粉丝点击