-
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
Unhandled AttributeError in 'poetry install': 'NoneType' object has no attribute 'group' #2541
Comments
Hello @rpdelaney, this is essentialy a duplicate of #1143, because you have a malformed author:
must become
But yes, we have to improve the error message here. fin swimmer |
In my case, I was using backticks:
must be changed to:
|
Hi, I have a similar error. 'NoneType' object has no attribute 'closed' at ~\AppData\Roaming\pypoetry\venv\lib\site-packages\clikit\io\output_stream\stream_output_stream.py:116 in is_closed This is my authors line:
I don't see anything wrong with it. |
@bostevensspinakr The error does have a similar wording but it looks like an error within the |
I have the same error as @bostevensspinakr , but when trying to run EDIT: just realized this only happens in bash for windows. |
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. |
-vvv
option).macOS-10.15.5
:1.0.9
:pyproject.toml
Issue
Possibly related to #2372
When performing
poetry install
using this pyproject.toml file, I am met with an AttributeError:The text was updated successfully, but these errors were encountered: