gpt4 book ai didi

python - 导入 theano : AttributeError: 'module' object has no attribute 'find_graphviz'

转载 作者:太空狗 更新时间:2023-10-29 17:22:11 26 4
gpt4 key购买 nike

当我在 Python 中运行 import theano 时,我收到以下错误消息:

Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import theano
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/theano/__init__.py", line 74, in <module>
from theano.printing import pprint, pp
File "/usr/local/lib/python2.7/dist-packages/theano/printing.py", line 35, in <module>
if pd.find_graphviz():
AttributeError: 'module' object has no attribute 'find_graphviz'

可能是什么问题,如何解决?

我在 Ubuntu 14.04.4 LTS x64 和 Python 2.7.6 x64 上使用 Theano 0.8.2。


我尝试失败了:

  • sudo apt-get install -y graphviz libgraphviz-dev

最佳答案

pydot 1.2.x版本中,find_graphviz函数已经deprecated .要解决此问题,您应该在此处安装 pydot 1.1.0 版本 https://github.com/erocarrera/pydot/tree/v1.1.0 .这对我有用。可能有帮助。

关于python - 导入 theano : AttributeError: 'module' object has no attribute 'find_graphviz' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38446771/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com