-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deploy fails when uploading Pipfile.lock #702
Comments
ddahan
changed the title
Deploy fail when uploading Pipfile.lock
Deploy fails when uploading Pipfile.lock
May 25, 2018
Related to #701 |
This was referenced Jun 1, 2018
Closed
sigmavirus24
added a commit
that referenced
this issue
Jul 10, 2018
Buildpack is currently pinned at Pipenv version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I deploy my project with Pipfile and Pipfile.lock, here is the error I got on Heroku:
Note that my Pipfile.lock is up to date since I ran
pipenv update
just before commiting, pushing and deploying.If I erase my Pipfile.lock, then commiting, pushing, deploying, it works.
However, it's not a clean solution because the Pipfile.lock must be updated to ensure deterministic builds.
I'm using Python 3.6.5 and Pipenv
2018.05.18
.Not sure why the buildpack hardcoded the
11.8.2
version.The text was updated successfully, but these errors were encountered: