Skip to content
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

[BUG] Build failing: Update requirements file to install dependencies #33

Closed
jcockhren opened this issue Apr 28, 2021 · 0 comments
Closed

Comments

@jcockhren
Copy link
Collaborator

jcockhren commented Apr 28, 2021

Describe the bug
Builds are failing with the following error from logs:

-----> Python app detected
-----> Using Python version specified in runtime.txt
-----> Installing python-3.8.9
-----> Installing pip 20.2.4, setuptools 47.1.1 and wheel 0.36.2
-----> Installing SQLite3
-----> Installing requirements with pip
       ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/tmp/build_6a08c693/prod.txt'
 !     Push rejected, failed to compile Python app.
 !     Push failed

The build fails b/c the requirements.txt file on the main branch references a non-existent prod.txt file. Update the requirements.txt file to point to this one.

To Reproduce
Any push or merge into the main branch.

@jcockhren jcockhren changed the title [BUG] Builds failing [BUG] Build failing: Update requirements file install dependencies Apr 28, 2021
@jcockhren jcockhren changed the title [BUG] Build failing: Update requirements file install dependencies [BUG] Build failing: Update requirements file to install dependencies Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants