Questions tagged [pep517]

Questions about the build-system independent source tree format proposed in PEP 517

This tag may be used for questions about the usage of the tools implemented as part of the PEP, about the new source code layout, or about the PEP itself.

46 questions
0
votes
1 answer

How to use poetry for recursive installation?

I'm trying to install this repository using poetry package manager. Here's how it's done using pip: git clone --recursive https://github.com/parlance/ctcdecode.git cd ctcdecode && pip install . But if I try to run poetry add ctcdecode It fails…
Jubick
  • 402
  • 3
  • 15
1 2 3
4