- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
该线程中提出的解决方案对我不起作用:
Import theano gives the AttributeError: module 'theano' has no attribute 'gof'
我试过conda install theano
(对于 jupyter notebook),尽管安装完美,但我仍然收到上述错误。
我正在使用 Python 3.6、Windows 7、Anaconda/Jupyter 笔记本和 Nvidia 1070 GPU。 Theano 是 .9.0 版本
回溯如下:
ImportError Traceback (most recent call last)
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\gof\lazylinker_c.py in <module>()
74 if version != getattr(lazylinker_ext, '_version', None):
---> 75 raise ImportError()
76 except ImportError:
ImportError:
During handling of the above exception, another exception occurred:
ImportError Traceback (most recent call last)
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\gof\lazylinker_c.py in <module>()
91 if version != getattr(lazylinker_ext, '_version', None):
---> 92 raise ImportError()
93 except ImportError:
ImportError:
During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last)
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\gof\vm.py in <module>()
661 raise theano.gof.cmodule.MissingGXX('lazylinker will not be imported if theano.config.cxx is not set.')
--> 662 from . import lazylinker_c
663
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\gof\lazylinker_c.py in <module>()
126 cmodule.GCC_compiler.compile_str(dirname, code, location=loc,
--> 127 preargs=args)
128 # Save version into the __init__.py file.
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\gof\cmodule.py in compile_str(module_name, src_code, location, include_dirs, lib_dirs, libs, preargs, py_module, hide_symbols)
2315 raise Exception('Compilation failed (return status=%s): %s' %
-> 2316 (status, compile_stderr.replace('\n', '. ')))
2317 elif config.cmodule.compilation_warning and compile_stderr:
Exception: Compilation failed (return status=1): In file included from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/Python.h:50:0,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:1:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/pyport.h:686:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?).". #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?).". ^. In file included from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/Python.h:133:0,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:1:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:23:5: error: '__int64' does not name a type. __int64 st_ino;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:29:5: error: '__int64' does not name a type. __int64 st_size;. ^. In file included from /usr/include/sys/stat.h:22:0,. from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/pyport.h:227,. from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/Python.h:50,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:1:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:30:12: error: expected ';' at end of member declaration. time_t st_atime;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:30:12: error: expected unqualified-id before '.' token. time_t st_atime;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:32:12: error: expected ';' at end of member declaration. time_t st_mtime;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:32:12: error: expected unqualified-id before '.' token. time_t st_mtime;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:34:12: error: expected ';' at end of member declaration. time_t st_ctime;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/fileutils.h:34:12: error: expected unqualified-id before '.' token. time_t st_ctime;. ^. In file included from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/Python.h:8:0,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:1:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\include/pyconfig.h:269:23: error: '__int64' does not name a type. # define PY_LONG_LONG __int64. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_common.h:309:9: note: in expansion of macro 'PY_LONG_LONG'. typedef PY_LONG_LONG npy_longlong;. ^. In file included from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_3kcompat.h:22:0,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:7:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_common.h:310:31: error: expected initializer before 'npy_ulonglong'. typedef unsigned PY_LONG_LONG npy_ulonglong;. ^. In file included from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_3kcompat.h:22:0,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:7:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_common.h:611:17: error: 'npy_longlong' does not name a type. typedef npy_longlong npy_int64;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_common.h:612:17: error: 'npy_ulonglong' does not name a type. typedef npy_ulonglong npy_uint64;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_common.h:1090:9: error: 'npy_int64' does not name a type. typedef npy_int64 npy_timedelta;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_common.h:1091:9: error: 'npy_int64' does not name a type. typedef npy_int64 npy_datetime;. ^. In file included from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/ndarrayobject.h:18:0,. from C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_3kcompat.h:23,. from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:7:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:742:9: error: 'npy_int64' does not name a type. npy_int64 year;. ^. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/ndarraytypes.h:748:9: error: 'npy_int64' does not name a type. npy_int64 day;. ^. In file included from C:\Users\Moondra\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.6.0-64\lazylinker_ext\mod.cpp:7:0:. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_3kcompat.h: In function 'int npy_PyFile_DupClose2(PyObject*, FILE*, off_t)':. C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\include/numpy/npy_3kcompat.h:274:41: error: 'lseek' was not declared in this scope. if (npy_lseek(fd, orig_pos, SEEK_SET) == -1) {. ^.
During handling of the above exception, another exception occurred:
AttributeError Traceback (most recent call last)
<ipython-input-6-3397704bd624> in <module>()
----> 1 import theano
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\__init__.py in <module>()
64 object2, utils)
65
---> 66 from theano.compile import (
67 SymbolicInput, In,
68 SymbolicOutput, Out,
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\compile\__init__.py in <module>()
8 SpecifyShape, specify_shape, register_specify_shape_c_code)
9
---> 10 from theano.compile.function_module import *
11
12 from theano.compile.mode import *
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\compile\function_module.py in <module>()
19 from theano.compat import izip
20 from theano.gof import graph
---> 21 import theano.compile.mode
22 import theano.compile.profiling
23 from theano.compile.io import (
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\compile\mode.py in <module>()
8 import theano
9 from theano import gof
---> 10 import theano.gof.vm
11 from theano.configparser import config
12 from theano.compile.ops import _output_guard
C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\theano\gof\vm.py in <module>()
669 except ImportError:
670 pass
--> 671 except (OSError, theano.gof.cmodule.MissingGXX) as e:
672 # OSError happens when g++ is not installed. In that case, we
673 # already changed the default linker to something else then CVM.
AttributeError: module 'theano' has no attribute 'gof'
conda install theano
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-6-3397704bd624> in <module>()
----> 1 import theano
ModuleNotFoundError: No module named 'theano'
No module named 'theano'
theano
在
site-packages
anaconda 文件夹中的文件夹。
AttributeError: module 'theano' has no attribute 'gof'
最佳答案
对我来说,这是一个 numpy 版本问题。一旦我将我的 numpy 重新安装到 1.13.1 版,它就可以工作了。
注意:确保以兼容的方式更新其他依赖于 numpy 的包,例如 Scikit-learn 等。最好的方法是为深度学习创建一个环境。
关于deep-learning - Theano:AttributeError:模块 'theano'没有属性 'gof',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44103230/
既然 GOF 的书是在 .Net 出现之前就整理好的,那么 GOF 中描述的特定模式是否不适合 .Net?如果是,原因是什么? 这是一个与最近赏金相关的问题 discussion . 最佳答案 GoF
此模式使用抽象工厂,然后使用工厂的实现。 我确定这两个类有一个标准的命名约定,但我不知道它是什么。 例如: public abstract class ChocolateFactory { }; pu
从 java 数据集中计算拟合优度 (GOF) 的选项是什么,我正在查看 apache math 3.0 库,但我无法理解使用它计算 GOF 的方法。对其他库或 math 3.0 有什么建议吗? 最佳
此主题的 Stackover 流相关帖子: Post_1和 Post_2 上面的帖子很好,但我仍然无法回答我的困惑,因此我把它作为一个新帖子放在这里。 我的问题 基于 GOF 的 Elements o
是否有任何 C# GOF 设计模式示例?我一直在寻找 this site确实有示例,但“C# 优化”示例仅在您购买其中一种产品时可用。 最佳答案 Steven John Metsker 写的一本名为“
我应该用 Java 创建一个迷你命令解释器 (System.in),以支持使用适当的 GoF 模式对图形对象进行操作。解释器的语法是一种简单的 EBNF 语言,如下所示:` ::=|||||||| :
让我们面对现实吧。单例模式是 highly controversial围墙两边都有大批程序员的话题。有些人觉得 Singleton 只不过是一个美化的全局变量,而另一些人则坚信模式并不断使用它。我不想
自从我开始学习 F#和 OCaml去年,我阅读了大量文章,这些文章坚持认为设计模式(尤其是在 Java 中)是命令式语言中缺失功能的解决方法。我找到的一篇文章 makes a fairly stron
我已阅读 wikipedia 装饰器模式用于.Net和Java IO类。 有人能解释一下这是如何使用的吗?举个可能的例子,它有什么好处? 维基百科上有一个 Windows 表单 示例,但我想知道 Ja
我们目前正在将 Access 应用程序大规模转换为 .NET 前端。许多 Access Apps 都有报表和创建 RDLC(或 Crystal rpt)的方法,并且带有数据集填充和绑定(bind)的主
我们需要构建一个解决方案来处理销售订单。处理是连续进行的:每个步骤负责特定的任务:检查客户是否有信用,检查所需元素是否有库存等。 我们想到使用 chain of responsibility patt
四人帮 Design Patterns使用文字处理器作为至少一些模式的示例,尤其是 Composite 和 Flyweight。 除了使用 C 或 C++ 之外,您真的可以使用这些模式和它们带来的面向
我正在模拟一种情况,其中有: NotificationBox:观察者 list1, list2, list3:主题 现在我会制作一张图表,其中使用观察者模式描述每个列表实现不同类型的 notify()
我正在讨论一些设计模式问题,并查看了 GoF 中装饰器模式的定义和示例。它说 Attach additional responsibilities to an object dynamically.
我很想知道哪个 GoF 设计模式直接转化为特定的 SOLID 原则?例如,我认为(在我看来)策略模式转化为依赖倒置原则。 不幸的是,我找不到任何研究他们关系的文献。如果能够更有效地学习彼此的观点,那就
关闭。这个问题需要更多focused .它目前不接受答案。 想改善这个问题吗?更新问题,使其仅关注一个问题 editing this post . 3年前关闭。 Improve this questi
如果将来您只能使用 Gang of Four book 中定义的一个规范模式。 ,您会选择哪一个?出于什么原因? 最佳答案 不是一种设计模式,但对我来说,这个原则绝对是对我整本书的编程风格影响最大的:
这个问题的答案是community effort .编辑现有答案以改进这篇文章。它目前不接受新的答案或互动。 我正在学习 GoF Java 设计模式,我想看看它们的一些真实例子。 Java 核心库中这
我正在使用kendoTreeList 我正在尝试扩展所有组。这是我的code sample 但似乎 kendoTreeList 仅支持扩展第一组。我也在扩展方法中尝试了以下选择器。 treeList.
这个问题在这里已经有了答案: 关闭 10 年前。 Possible Duplicate: Which are C# native built-in design patterns? Design P
我是一名优秀的程序员,十分优秀!