pip: Misleading error message when using PEP 517 and editable installs
I still cannot install a directory with a pyproject.toml
and no setup.py
(Poetry package.)
Directory '/path/to/project' is not installable. File 'setup.py' not found.
What am I doing wrong?
_Originally posted by @lorinkoz in https://github.com/pypa/pip/issues/6106#issuecomment-456642825_
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (9 by maintainers)
Commits related to this issue
- Merge #1726 #1732 1726: Update python:3.7-slim Docker digest to 8a125f6 r=peterbe a=renovate[bot] This PR contains the following updates: | Package | Update | Change | |---|---|---| | python | dige... — committed to mozilla/normandy by bors[bot] 5 years ago
- Scheduled monthly dependency update for March (#23) ### Update [pip](https://pypi.org/project/pip) from **19.0.1** to **19.0.3**. <details> <summary>Changelog</summary> ##... — committed to vilkasgroup/Pakettikauppa by pyup-bot 5 years ago
None, I was going off what I recalled being said in the PEP 517 discussions. Things seem to have moved on, which is good, but it would still need a new PEP to standardise the interface for editable installs between build frontends and backends. And as I said, there are no plans for that at the moment.