Closed KotlinIsland closed 10 months ago
Like its duplicate #5885, this report is too broad to be useful.
Please raise issues - or preferably merge requests - against specific unhelpful errors.
this report is too broad to be useful
I disagree, there should be some level of explanation on an unhandled exception, not just the raw error message.
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.
Consider:
The actual context
```toml [tool.poetry] name = "test" version = "1" description = "" authors = ["..."] [tool.poetry.dependencies] python = "^3.12" basedmypy = "2.4.0" basedmypy = "2.4.0" ```
My only option from here is to supply
-v
and see a wall of source code.This issue is not this specific scenario, rather, the general content of error messages in Poetry.
Desired behaviour
The context of any third party error is presented:
If there is not specific handling for a third party error then:
Related
7832