Issue
If using a private repository to install external dependencies, it currently fails silently if that private repository rejects the request due to authentication issues. It would be good to instead at least log a warning to inform the user that the server didn't accept the request. Otherwise, it seems to indicate a problem with the packages actually being present.
% poetry add mypackage
[ValueError]
Could not find a matching version of package mypackage
If mypackage is only present in the private repo, but they don't have credentials set properly, it should indicate to the user that there was auth error on that repo.
-vvvoption).Issue
If using a private repository to install external dependencies, it currently fails silently if that private repository rejects the request due to authentication issues. It would be good to instead at least log a warning to inform the user that the server didn't accept the request. Otherwise, it seems to indicate a problem with the packages actually being present.
If
mypackageis only present in the private repo, but they don't have credentials set properly, it should indicate to the user that there was auth error on that repo.