On Thu, Oct 06, 2016, Rav wrote:
> I'm not sure what you refer to.

I mean the current directory in the file system, as returned for
instance by "os.getcwd()" from Python.

> I just run theano from where ever i want (jupyter, terminal, ide)
> Some tips would be helpful

And do you have the exact same error message in all these cases?
Which version of Theano are you using?
How did you install it?
Can you try to remove the compilation cache (theano-cache purge)?

It is also possible that you have several versions of Theano installed
and that they conflict with each other.

> 
> 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.


-- 
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.

Reply via email to