Bjorn Neergaard
Bjorn Neergaard
The commit will remain in history -- Poetry as a project has a linear history and we do not rebase or drop commits from the stable/protected branches. In short: you...
As far as I am concerned, it's a tempest in a teapot and not worth fixating on. To highlight the situation: * `get-poetry.py` was replaced 18 months ago. * `get-poetry.py`...
I am hesitant to lock this thread as I do believe that discussing how we handled this (as well as any necessary further clarification about this change/process), and how to...
This has already been fixed another way in the mean time.
> Wouldn't it be better to put action in separate repo under `python-poetry` org? That would separate concerns better I think. I don't think so as this is intended for...
Poetry 1.2 makes use of PEP 517 for a variety of reasons -- there's not a way to disable it for our purposes. You can work around this by installing...
Are you installing Poetry into your system site-packages as well as your project? That looks like what I'd expect -- Poetry will be uninstalling its own dependencies out from under...
> No luck with either `/root/.local/share/pypoetry/venv/bin/pip install --upgrade --force-reinstall pip` or `poetry self add pip@latest` - hitting the same error as above. The `No such file or directory` (from the...
I've done some digging and I'm not 100% sure why we're getting these issues, even with Python 3.6 built from source on Debian/Ubuntu. However, the unreleased 1.2 branch does have...
More debugging has been done -- this is a consequence of Poetry attempting to use its own embedded pip (or rather the pip embedded in the `virtualenv` module) with an...