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

Phil Marshall dr.phil.marshall at gmail.com
Tue Aug 5 18:00:49 PDT 2014


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://listserv.lsstcorp.org/pipermail/dm-users/attachments/20140805/871b9250/attachment.html>


More information about the dm-users mailing list