-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile on classic cedar stack #15
Comments
It looks like you're using a Multipack app? It seems that this buildpack may not work well in a multipack; I haven't tried it yet. Basically, if Heroku is trying to compile numpy/scipy itself, then something is wrong. There should be no compilation involved, as this buildpack basically downloads pre-compiled files and just unpacks them. |
Here's what I see when I run the buildpack:
|
@bizso09, Heroku is discontinuing availability of the cedar-10 stack in just a couple months. I was able to deploy with cedar-14 with the buildpack (despite warnings that it might not work), I'd advise giving that a try. |
I'm going to close this issue for now. |
installing with
numpy==1.8.1
scipy==0.14.0
The text was updated successfully, but these errors were encountered: