-
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
poetry install micc fails #12
Comments
But then poetry still lacks an editable install... |
We could use shutil.make_archive and shutil.unpack_archive for the workaround. |
The reason why |
I discovered that
poetry install
fails on micc. filed bug report #1492. The issue is therefor both poetry v0.12.17 and v1.0.0b1.
nobody reacted to the issue - gotta do it myself...
or abandon poetry...
which may be the right thing to do in view of the many open issues.
on the other hand, poetry has a very simple mechanism for custom builds, see issue 1351 and investing time in setuptools is perhaps wasted.
fixing the bug in
poetry install micc
is meaningless if it is not accepted by poetry. maybe I better look for a workaround, like archiving the templates directory and unarchiving it as an custom install step.The text was updated successfully, but these errors were encountered: