-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pip 20 build problems #70
Comments
It seems that many people were hit by the same problem: pypa/pip#7620 Probably we should do nothing until solution is found for buildpack |
status pip 20.2.3. does the job, but it's still not used by the latest |
I can verify this worked for me locally. Required |
@tedsmoore pip 20.2.3.? works without the cache switch too. Problem happens only on Heroku builds, because of the buildpack |
Is there a question we should ask Heroku directly with a ticket? |
I don't think so. This doesn't regard the core Heroku machinery, it's about open source buildpack: https://github.com/heroku/heroku-buildpack-python |
With Pip 20 Daffodil gets built in a strange way, so importing it's main class doesn't work. As seen here:
This is easily reproducible on a local machine.
Until this issue is solved, for Heroku deployments (including tests), an immediate cure is previous buildpack version in the app.json, which is
https://github.com/heroku/heroku-buildpack-python#v163
The text was updated successfully, but these errors were encountered: