-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reflections on Poetry #15
Comments
There isn't a post-install hook. Moreover, it is unlikely to come ... See Support for custom commands and functions |
now that #12 if fixed, I decided to give poetry another chance.
|
poetry doesn't play well with poetry |
I picked up this link from PYCODER'S WEEKLY. It describes a python development environment and kind of a workflow based on pyenv, poetry and pipx. The author, Jacob Kaplan-Moss is a co-creator of Django, so I expect this to be really well functioning. |
Poetry install is not working well:
can be solved by adding the line |
now that micc-build is separated from micc, and binary extensions are always built locally, there is no need for publishing binary extensions. poetry 1.0.0b4 does very well now. |
poetry install micc fails see issue 12 and nobody reacts to my poetry issue 1492
There are also many open issues and pull requests, as well as criticism
I feel there is little chance that if I succeed in finding and resolving the bug, the solution will be absorbed in poetry any time soon, so I'd rather go for a workaround.
On the other hand, poetry has a very simple mechanism for custom builds, see issue 1351 and investing time in setuptools is perhaps wasted.
The text was updated successfully, but these errors were encountered: