[lsst-dm-stack-users] MAF sims package needs scipy 0.13.0 to avoid exceeding maximum recursion depth

Chris Walter chris.walter at duke.edu
Tue Aug 5 18:02:56 PDT 2014


Ah, I see...  Sorry, I missed that you were normally setting it.

-Chris

On Aug 5, 2014, at 9:00 PM, Phil Marshall <dr.phil.marshall at gmail.com> wrote:

> 
> I think this problem likely only affects python users who make heavy use of the PYTHONPATH variable (like me). loadLSST.csh and the MAF setup script do the right thing when setting it from scratch - I just had mine set up to be a bit greedy, I think.
> 
> Cheers
> 
> Phil
> 
> 
> On Tue, Aug 5, 2014 at 5:55 PM, Chris Walter <chris.walter at duke.edu> wrote:
> Hi Phil and all,
> 
> Glad you got it working...
> 
> I'm not sure if this helps at all to fix this generally but, for what it is worth, I installed anaconda myself outside of the LSST installation.  Then my LSST setup script has this in it:
> 
> # For Anaconda
> source /Users/walter/LSST/anaconda-setup.login
> 
> # For DM
> source /Users/walter/LSST/Winter_2014/loadLSST.csh
> 
> anaconda-setup.login is just this:
> 
> set path = (/Users/Walter/LSST/anaconda/bin $path)
> 
> In otherwords, I never setup PYTHONPATH myself.  Also, my pythonpath is not set to system stuff either.  It is unset.  I'm on 10.9.4 (and I did an upgrade).
> 
> wasabi:LSST % echo $PYTHONPATH
> PYTHONPATH: Undefined variable.
> 
> -Chris
> 
> On Aug 5, 2014, at 8:46 PM, Phil Marshall <dr.phil.marshall at gmail.com> wrote:
> 
> >
> > My system scipy was being called, instead of the one in the anaconda directory. Solution was to scrub my PYTHONPATH. I am now using the following shortcut:
> >
> > alias loadLSST 'unsetenv PYTHONPATH; source $HOME/lsst/loadLSST.csh'
> >
> > Phil
> >
> > _______________________________________________
> > lsst-dm-stack-users mailing list
> > lsst-dm-stack-users at listserv.lsstcorp.org
> > https://listserv.lsstcorp.org/mailman/listinfo/lsst-dm-stack-users
> 
> 





More information about the dm-users mailing list