Re: SciPy 32 bit build for Mac OS?
Matthew Brett <[email protected]>
| Newsgroups | gmane.comp.python.scientific.user |
|---|---|
| Message-ID | <CAH6Pt5r+61uR6=uQ1EymfcwXuv3k=PJuk8X9xvu-Bfo=F8K1yA@mail.gmail.com> |
Hi, On Fri, Jun 8, 2018 at 6:07 PM, Omar Khan <[email protected]> wrote: > When installing the default scipy via pip on MacOS, using Python 2.7 > (running in 32 bit mode) I still only get a 64 bit install of SciPy. Now, I > can definitely compile my own version that has both 64 bit and 32 bit in it, > but ideally someone has already made a version that also has the 32bit > version. Even if it's a slightly older SciPy. Can anyone point me to such a > build? > > Thanks. Unfortunately I need the 32 bit version, and the why is a longer > story. Yes, sorry, we dropped 32-bit a little while ago, believing no-one cared any more :) Try scipy==0.18.0 - that seems to be a real dual-arch build. Cheers, Matthew