Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54309

Re: statsmodels.api

From Josef Perktold <josef.pktd@gmail.com>
Subject Re: statsmodels.api
Date 2013-09-17 14:52 +0000
References (3 earlier) <mailman.60.1379418987.18130.python-list@python.org> <477a0f61-87d6-4937-8467-743fc053ecec@googlegroups.com> <mailman.68.1379423249.18130.python-list@python.org> <41a1e4b3-e497-43eb-8095-c2254afa2407@googlegroups.com> <CAHVvXxTDyCYzg0=82S0qDdeXOvxyHrh_Sa1CmWFkFaOkBtYSkQ@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.76.1379430006.18130.python-list@python.org> (permalink)

Show all headers | View raw


Oscar Benjamin <oscar.j.benjamin <at> gmail.com> writes:

> 
> On 17 September 2013 14:35, Josef Pktd <josef.pktd <at> gmail.com> wrote:
> >> (As an aside, this is all much simpler if you're using Ubuntu or some
> >> other Linux distro rather than Windows.)
> >
> > scientific python on a stick
> >
> > https://code.google.com/p/winpython/wiki/PackageIndex_33
> 
> Thanks, I've just installed that and I'll try it out later.
> 
> > I haven't seen any problems so far on python 3.3
> > The statsmodels test suite passes without problems on python 3.3 also,
as far as I remember.
> > (and no problems using Windows. just use the right binaries.)
> 
> Well that's exactly my point. On a Linux distro you would have the
> right binaries first time. No need to search through project webpages
> or documentation, weigh up different installers, or download 750MB of
> software that you mostly won't use. Similarly on a Linux distro it's a
> lot easier to get all of the build tools set up to build these things
> from source if you'd prefer.

This might be true for many Linux users.
However, the last time I tried to install something in a virtual Linux OS
that was not in the standard repository, I was completely lost.
(I'm a Windows user.)


> 
> Windows users are often dependent on inconsistent sources of binaries.
> In this case I imagine that the OP installed numpy from sourceforge
> since it has 3.3 binaries but it doesn't have the same for scipy at
> which point googling would easily lead to Cristoph's page.

Another problem with relying on binaries on Windows is when the matching
binaries are not available. For example, the Windows binaries on pypi of
pandas and statsmodels are compiled against the latest numpy release and
will not work with older numpy versions.
(
http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312
)

On the other hand, python-xy comes with MingW, and I never had any problems
compiling pandas and statsmodels for any version combination of python and
numpy that I tested (although 32 bit only so far, I never set up the
Microsoft sdk).

(latest news: moving to MingW-64 for numpy and scipy, and related packages,
might be on the way.)

Josef


> 
> Oscar
> 



Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-16 08:37 -0700
  Re: statsmodels.api John Gordon <gordon@panix.com> - 2013-09-16 16:30 +0000
  Re: statsmodels.api Ethan Furman <ethan@stoneleaf.us> - 2013-09-16 08:47 -0700
    Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 03:10 -0700
      Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 12:55 +0100
        Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 05:13 -0700
          Re: statsmodels.api Josef Pktd <josef.pktd@gmail.com> - 2013-09-17 06:02 -0700
          Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 14:06 +0100
            Re: statsmodels.api Josef Pktd <josef.pktd@gmail.com> - 2013-09-17 06:35 -0700
              Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 15:10 +0100
                Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 07:46 -0700
              Re: statsmodels.api Josef Perktold <josef.pktd@gmail.com> - 2013-09-17 14:52 +0000
              Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 16:41 +0100
              Re: statsmodels.api Josef Perktold <josef.pktd@gmail.com> - 2013-09-17 16:15 +0000
              Re: statsmodels.api Josef Perktold <josef.pktd@gmail.com> - 2013-09-18 00:03 +0000
  Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 05:15 -0700

csiph-web