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

chore: Builds are failing with a pip install cache error #1019

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

nj1973
Copy link
Contributor

@nj1973 nj1973 commented Oct 18, 2023

There's a pip bug causing our builds to fail, the workaround is to use --no-cache-dir when installing dependencies.

In the words of the ever wise @nehanene15:
"we probably won't need the flag once the pip bug is fixed in a newer version, but since we're spinning up separate containers we don't need packages to be cached anyways"

@nj1973 nj1973 requested a review from a team as a code owner October 18, 2023 10:25
@nj1973 nj1973 linked an issue Oct 18, 2023 that may be closed by this pull request
@nj1973
Copy link
Contributor Author

nj1973 commented Oct 18, 2023

/gcbrun

Copy link
Collaborator

@nehanene15 nehanene15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for solving all our problems 😄

@nj1973 nj1973 merged commit a71bfdb into develop Oct 18, 2023
@nj1973 nj1973 deleted the 1018-builds-are-failing-with-pip-error branch October 18, 2023 13:40
@helensilva14
Copy link
Collaborator

Related error for reference: pypa/pip#12361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Builds are failing with pip error
3 participants