Replies: 4 comments · 1 reply
-
Beta Was this translation helpful? Give feedback.
-
I am not sure why you have it like this, but in /poetry/core/masonry/builders/builder.py, its written in a way that
I am looking to see if there is a workaround, but this seems like pretty basic mistake |
Beta Was this translation helpful? Give feedback.
-
Make sure you name your package with underscores instead of hyphens, so: my_python_lib and also refer to it as such in your *.toml file. |
Beta Was this translation helpful? Give feedback.
-
I second that, what @smarri4 said, I hit the same problem. I removed format = "wheel" from there and it worked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project structure like below which I also created using poetry:
pyproject.toml
I've referred to this issue: #512 and discussion: https://github.com/orgs/python-poetry/discussions/7564 , but it does not solve the error that I am facing. Can someone tell what I am doing wrong. Do the project name and the package name have to be the same?
Beta Was this translation helpful? Give feedback.
All reactions