We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
requirements.txt
As reported in heroku/buildpacks#42 by @abingham:
In short: I replaced a symlink in my repo with a normal file, and now my deployments fail with the error: cp: not writing through dangling symlink '/tmp/codon/tmp/cache/.heroku/requirements.txt' ! Push rejected, failed to compile Python app. ! Push failed requirements.txt is the file that used to be a symlink and is now a file.
In short: I replaced a symlink in my repo with a normal file, and now my deployments fail with the error:
cp: not writing through dangling symlink '/tmp/codon/tmp/cache/.heroku/requirements.txt' ! Push rejected, failed to compile Python app. ! Push failed
requirements.txt is the file that used to be a symlink and is now a file.
I can reproduce this myself.
The cause are the dubious copies here:
heroku-buildpack-python/bin/steps/python
Lines 92 to 102 in dba9b86
This issue amongst others will be fixed by the upcoming cache refactor :-)
The text was updated successfully, but these errors were encountered:
f00f258
edmorley
Successfully merging a pull request may close this issue.
As reported in heroku/buildpacks#42 by @abingham:
I can reproduce this myself.
The cause are the dubious copies here:
heroku-buildpack-python/bin/steps/python
Lines 92 to 102 in dba9b86
This issue amongst others will be fixed by the upcoming cache refactor :-)
The text was updated successfully, but these errors were encountered: