我正在尝试导入theano。我试过
from theano import *
显示
AttributeError: 'module' object has no attribute 'find_graphviz'.
我读过这篇文章Importing theano: AttributeError: 'module' object has no attribute 'find_graphviz'和$git clone https://github.com/erocarrera/pydot.git
,$pip install pydot
。
但是,这对我不起作用。当我回到ipython和from theano import *
时,我仍然遇到了同样的错误。我也没有成功sudo apt-get install -y graphviz libgraphviz-dev
。有人会有不同的解决方案吗?谢谢!!