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

后端 未结 4 793
太阳男子
太阳男子 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:50

    I solved it by using

    sudo pip install graphviz
    sudo apt-get install graphviz
    

    with the pydot version 1.2.3 works fine

提交回复
热议问题