本文主要是介绍configparser.DuplicateSectionError: While reading from '/home/qinghua/.theanorc' [line 18]: section,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
python代码:
import theano
出现错误:
configparser.DuplicateSectionError: While reading from '/home/qinghua/.theanorc' [line 18]: section 'nvcc' already exists
解决方法是,
vim ~/.theeanorc
删除行:
flags=-D_FORCE_INLINES
这篇关于configparser.DuplicateSectionError: While reading from '/home/qinghua/.theanorc' [line 18]: section的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!