-
Notifications
You must be signed in to change notification settings - Fork 6
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
New PEP proposal: adding package source (index or find-package) to installers #21
Comments
I first read this as "adding the source code of the package" - but I guess it's "keep track of the URL the installed wheel or sdist for the package was retrieved from"? |
Do you mean "something like a lockfile" ?
|
You might already be aware, but PEP 610 could be relevant (which only focuses on packages installed outside of indices): https://peps.pythondiscord.com/pep-0610/ |
@msarahan ^^^^^^^^ |
Hi @DEKHTIARJonathan @rgommers @kmaehashi and @msarahan Yes I believe we are looking for something similar to PEP 610: https://peps.pythondiscord.com/pep-0610/ . When dealing with multiple indexes pip install should record which file comes from which index. |
During the index priority workshop at Meta, we identified that adding the package source will be essential to troubleshooting issues with environments. We think that this is an issue that can be broken out into a smaller, standalone PEP. @atalman has volunteered to lead this.
Possible things that need change:
The text was updated successfully, but these errors were encountered: