This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ralf.gommers
Recipients BreamoreBoy, Duncan McBryde, Henry Gomersall, LRN, WhiteTiger, arbitraryvalue, carlkl, casevh, cdavid, cgohlke, cournape, donmez, eric.araujo, giampaolo.rodola, jdpipe, loewis, njs, paul.moore, r.david.murray, ralf.gommers, rpetrov, rubenvb, scott.tsai, simonzack, steve.dower, taschini, zach.ware
Date 2015-12-23.05:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450850283.55.0.142380453421.issue4709@psf.upfronthosting.co.za>
In-reply-to
Content
> "We" is a lot of different companies and individuals. Anyone distributing prebuilt binaries is helping here, a few people are working on the licensing concerns for some components, other people are working on C BLAS libraries.

Note that we by default recommend to users to use a distribution like Anaconda/Canopy (for example at http://scipy.org/install.html). That's fine for many scientific users, but not for people that already have a Python stack installed or simply prefer to use pip for another reason.  So pre-built binaries like the ones in Anaconda/Canopy help, but don't solve the "make `pip install scipy` work" problem. And giving up on pip/PyPi would make no one happy...

> I see the issue approximately as "it's hard to install the scipy stack", which is broader than "Windows does not have a Free Fortran compiler" 

It's: "it's hard to install the scipy stack on Windows". On OS X and Linux it's really not that hard. On OS X, you can install all core packages with pip (there are binary wheels on PyPi). On Linux you can do that too after using your package manager to install a few things like BLAS/LAPACK and Python development headers.

And the lack of Windows wheels on PyPi is directly related to no free Fortran compiler.

> and allows for more solutions (apologies for putting words in your mouth, which is not my intent, though I have certainly seen a fixation on this one particular solution to the exclusion of other possibilities).

Much more effort has gone into pre-built binaries than into MinGW, as well as into other things that help but can't be a full solution like a C BLAS. And I haven't seen other solutions to "make the scipy stack pip-installable" that could work. So I have to disagree with "fixation".
History
Date User Action Args
2015-12-23 05:58:03ralf.gommerssetrecipients: + ralf.gommers, loewis, paul.moore, jdpipe, casevh, giampaolo.rodola, donmez, scott.tsai, cdavid, eric.araujo, rpetrov, r.david.murray, njs, cgohlke, rubenvb, WhiteTiger, BreamoreBoy, LRN, cournape, zach.ware, taschini, steve.dower, arbitraryvalue, simonzack, carlkl, Henry Gomersall, Duncan McBryde
2015-12-23 05:58:03ralf.gommerssetmessageid: <1450850283.55.0.142380453421.issue4709@psf.upfronthosting.co.za>
2015-12-23 05:58:03ralf.gommerslinkissue4709 messages
2015-12-23 05:58:03ralf.gommerscreate