Is your working directory actually inside theano source code? It will cause bug if that's the case.
Furthermore, what if you use raw git clone on master branch then do "conda develop"? On Friday, March 17, 2017 at 10:10:34 AM UTC+8, Paul Loo wrote: > > I am using spyder to import theano and there is an error reported after I > typed in "import theano". The error message is following: > > Traceback (most recent call last): > > File "<ipython-input-2-3397704bd624>", line 1, in <module> > import theano > > File > "C:\Users\han958\AppData\Local\Continuum\Anaconda3\lib\site-packages\theano\__init__.py", > > line 66, in <module> > from theano.compile import ( > > File > "C:\Users\han958\AppData\Local\Continuum\Anaconda3\lib\site-packages\theano\compile\__init__.py", > > line 10, in <module> > from theano.compile.function_module import * > > File > "C:\Users\han958\AppData\Local\Continuum\Anaconda3\lib\site-packages\theano\compile\function_module.py", > > line 21, in <module> > import theano.compile.mode > > File > "C:\Users\han958\AppData\Local\Continuum\Anaconda3\lib\site-packages\theano\compile\mode.py", > > line 10, in <module> > import theano.gof.vm > > File > "C:\Users\han958\AppData\Local\Continuum\Anaconda3\lib\site-packages\theano\gof\vm.py", > > line 671, in <module> > except (OSError, theano.gof.cmodule.MissingGXX) as e: > > AttributeError: module 'theano' has no attribute 'gof' > > > > I tried several times to uninstall and reinstall it. However, the error > keeps there forever.I am using python 3.5 and the way I used to install > from anaconda is as following. Is there anyone who could help me on this? > Thank you very much! > > pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git > > > > -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
