Skip to content

Question: Bazel downloader should only be reading packages, versions, and hashes from pip.parse.requirements_lock, correct? #2564

Answered by aignas
dougthor42 asked this question in Q&A
Discussion options

You must be logged in to vote

I am +1 for the proposal and I think I had something similar in mind when it would come to actually start stabilizing the API.

The only issue or thing to have in mind is to ensure that the index is the same across all of the platforms and fail with an error. We are parsing the requirements files in parse_requirements function and incidentally we are using the same file to pull stuff from the PyPI, so that place can handle everything.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

dougthor42
Jan 15, 2025
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

dougthor42
May 31, 2025
Collaborator Author

You must be logged in to vote
1 reply
@aignas
Comment options

Answer selected by dougthor42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2561 on January 15, 2025 01:00.