-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Error "KeyError: 'name'" in pipenv install (from Release v2022.3.23) #5002
Comments
@masato-yasuda Please provide a sample |
@matteius
|
Thanks @masato-yasuda I suggest using the prior version for now since this affects you, and I will be looking into the proper fix. |
@masato-yasuda Sorry for the fast follow ping, but I am wondering would it be possible to provide a name to your second source in the Pipfile? The example didn't fail for me, because I don't have a private source with a package that actually resolves to it, but I think that is the issue and I am not sure we can support index matching if the source isn't named though. I will think more about if there is a safer fallback to do. |
@matteius |
@masato-yasuda Would you be able to try this branch and let me know if it works: #5004 |
I've added a unit test as well in my branch that fails on main but passed with this fix. It appears there was not an issue with locking but there was an issue during install, so noting that as well. |
@matteius |
@matteius |
From Release v2022.3.23 which was updated today, we've started to receive the following error("KeyError: 'name'"). in pipenv install..
Our environement is docker and part of our Dockerfile is the following
We guess that it is caused by the following update. Could you check and fix it?
#4983
The text was updated successfully, but these errors were encountered: