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

Testing with pip cache purge prior to install pip packages #103

Merged
merged 14 commits into from Feb 2, 2024

Conversation

kronos30
Copy link
Contributor

@kronos30 kronos30 commented Jun 8, 2023

The following is a test to see if clearing the pip cache prevents the weird situation where pip cannot install a package based on requirements.txt. There are instances when a package on the build farm will fail due to venv not being able to pip install the package, even though it exists in pypi.

In #1 discusses about how pip will often use locally built cached wheels first and how by default pip will use local caching first. Perhaps this could be where there is an issue.

[1] https://pip.pypa.io/en/stable/topics/caching/

@kronos30 kronos30 requested a review from garyservin June 8, 2023 19:10
@garyservin garyservin merged commit eb06c95 into master Feb 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants