-
Notifications
You must be signed in to change notification settings - Fork 20
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
[build] pip install fails when building the image #768
Comments
To eliminate the assumption the update of external non-pip dependencies may have created the issue, the following command have been run with packages installed previously:
The same issue can be observed:
Python Version in v0.8.0:
|
This PR applies the recommendation from the generated requirements file to use the `--allow-unsafe`: ``` ``` The PR also removes the pinned minor version of the base image. Closes interuss#768
This PR applies the recommendation from the generated requirements file to use the `--allow-unsafe`: ``` ``` The PR also removes the pinned minor version of the base image. Closes interuss#768
This PR applies the recommendation from the generated requirements file to use the `--allow-unsafe`: ``` ``` The PR also removes the pinned minor version of the base image. Closes interuss#768
This PR applies the recommendation from the generated requirements file to use the `--allow-unsafe`: ``` ``` The PR also removes the pinned minor version of the base image. Closes interuss#768
This PR applies the recommendation from the generated requirements file to use the `--allow-unsafe`: ``` ``` The PR also removes the pinned minor version of the base image. Closes interuss#768
Investigation showed that setuptools was removed from python docker image 3.12+: docker-library/python#954 (merged on August 30, monitoring:v0.8.0 was released on August 23) |
This PR applies the recommendation from the generated requirements file to use the `--allow-unsafe`: ``` ``` The PR also removes the pinned minor version of the base image. Closes interuss#768
This particular issue has been addressed for now. |
Describe the bug
As reported by Jason on Slack and reproduced by the CI on the latest master commit (d492674), the docker image build fails at step
[ 6/12] RUN pip install -r /app/monitoring/requirements.txt && rm -rf __pycache__
with the following error:See logs for complete stack trace.
The text was updated successfully, but these errors were encountered: