"Unable to create package with no name" when pulling Insiders using Poetry #6950
Unanswered
MattKobayashi
asked this question in
Q&A
Replies: 1 comment
-
How recent are we talking about? Does poetry have a verbose option that would tell us a bit more? To debug this we would really need a minimal reproduction. Building that might already identify for you what the issue is or at least where it comes from. If not then it gives us something to look at and debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm having a strange issue that I can't figure out. I've traditionally used Poetry to manage the dependencies necessary to run
mkdocs serve
locally, including pulling the Insiders repo. There has been a recent change to either Insiders or one of its dependencies, causing Poetry to now throw this error when I try to runpoetry lock
orpoetry install
:Verbose debugging from Poetry doesn't seem to reveal anything useful. Is anyone else using Poetry to pull the Insiders repo and having a similar issue, or can point me in the right direction for how to fix?
My
pyproject.toml
file is as follows:Beta Was this translation helpful? Give feedback.
All reactions