Fehler beim Importieren des "Name gof kann nicht importiert werden"

Ich bin aktuell und erhalte den Fehler

ImportError: Name gof @ kann nicht importiert werd

wenn theano importiert wird.

>>> 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 verwende Python 2.7.10 (). Theano wird mit @ installiepip install --upgrade --no-deps git+git://github.com/Theano/Theano.git. Hoffe, Sie Anregung zu bekommen, um dieses Problem zu lösen

Antworten auf die Frage(6)

Ihre Antwort auf die Frage