Fehler beim importieren von theano "cannot import name gof"

Bin ich aktuell immer die Fehler

ImportError: cannot import name gof

beim importieren von theano.

>>> import theano

Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    import theano
  File "C:\Python27\lib\site-packages\theano\__init__.py", line 63, in <module>
    from theano.compile import (
  File "C:\Python27\lib\site-packages\theano\compile\__init__.py", line 9, in <module>
    from theano.compile.function_module import *
  File "C:\Python27\lib\site-packages\theano\compile\function_module.py", line 16, in <module>
    from theano import gof
ImportError: cannot import name gof

Ich bin mit python-2.7.10 (). Theano ist installiert pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git.
Hoffe, Sie Vorschlag, um dieses problem zu lösen

InformationsquelleAutor Huynh Vu | 2015-07-16
Schreibe einen Kommentar