I'm not sure what you refer to. I just run theano from where ever i want (jupyter, terminal, ide) Some tips would be helpful
On Thursday, October 6, 2016 at 9:40:03 PM UTC+2, Pascal Lamblin wrote: > > What is the current directory where you launched Python? > You should not try to import theano from inside the theano checkout. > > On Thu, Oct 06, 2016, Rav wrote: > > import theano > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File "/Users/BB1/src/theano/theano/__init__.py", line 52, in <module> > > from theano.gof import ( > > File "/Users/BB1src/theano/theano/gof/__init__.py", line 38, in > <module> > > from theano.gof.cc import \ > > File "/Users/BB1/src/theano/theano/gof/cc.py", line 28, in <module> > > from theano.gof import graph > > ImportError: cannot import name graph > > > > -- > > > > --- > > 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] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > > > -- > Pascal > -- --- 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.
