I managed to find a way to do this, basically build everything offline and use a buildpack to get it onto the dyno.
I have added an answer to http://stackoverflow.com/questions/9819968/running-scipy-on-heroku On May 10, 10:59 am, Simon Parry <[email protected]> wrote: > hello all, I am writing to see if anyone has had any luck getting > python scipy (v0.10.1) onto a heroku dyno? > > I have tried the advice > herehttp://stackoverflow.com/questions/9819968/running-scipy-on-heroku > but with no luck. > > I am currently trying with the setup.py approach (rather than > requirements.txt) specifying scipy in the dependencies list and git > pushing scipy's dependent libs etc over ie blas and lapack. This does > let scipy start to install itself but then it requires gfortran too > and when I git push that (plus all its deps) the slug becomes wayyy > too big... > > thanks in advance > > Simon -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
