-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Invalid author prevents package from being installed #6857
Comments
I get the same error with Poetry
|
The project i was actually working on didn't have a correct email address, which lead to the problem. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Poetry version: 1.1.12 and 1.2.2
Python version: 3.9.13
OS version and name: Windows Server 2016 x64
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
[x If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.Issue
If a package has an invalid author then the package cannot be installed by poetry.
I have a package that has the following author
FirstName LastName firstname.lastname@company.com
, it's missing the<
,>
characters from the email part, which prevents poetry from installing it.Although the author is wrong it shouldn't really prevent the package from being installed, no ? Maybe it should report a warning or something, but continue.
Also, the package isn't reported, so you have no idea which package is the culprit.
The text was updated successfully, but these errors were encountered: