[23:02:48] <CustosLimen> so I have a poetry project here that I want to: pip install -e .
[23:03:01] <CustosLimen> so I do: poetry build --format sdist && tar -xvf dist/*.tar.gz -O '*/setup.py' > setup.py && pip3 install --no-use-pep517 --user --editable .;
[23:03:14] <CustosLimen> but then I get: ERROR: Disabling PEP 517 processing is invalid: project specifies a build backend of poetry.masonry.api in pyproject.toml
[23:03:25] <CustosLimen> and I see this: https://github.com/pypa/pip/issues/6314