Importing theano: AttributeError: 'module' object has no attribute 'find_graphviz'

后端 未结 4 790
太阳男子
太阳男子 2020-12-28 09:12

When I run import theano in Python, I get the following error message:

Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type          


        
4条回答
  •  萌比男神i
    2020-12-28 09:49

    In pydot 1.2.x version,find_graphviz function have been deprecated. To fix this issue, you should install pydot 1.1.0 version here https://github.com/erocarrera/pydot/tree/v1.1.0 . And it is work for me. May help.

提交回复
热议问题