Closed
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).
- OS version and name: Ubuntu 20.04
- Poetry version: 1.1.3
Issue
Hello, I'm having a hard time adding a git dependency and even though i set develop = false, the command to pip install has a "-e" and then fails with ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /usr/local/src/fastapi (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)