-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation from sources does not work after Poetry migration #241
Comments
Yes, have not tested it. My shame....
Another idea: you can leave away the -e option.
In this case you have to call 'pip install .' everytime a change in the directory is made (e g. by git pull).
|
@danwos Thanks for the tip. It works! |
Updated docs and close this ticket. |
@danwos The readme and docs/installation.rst still says pip install -e . does it mean this works now instead of pip install . |
PR for this is on the way #246 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation from sources with the following does not work after #216 implementation.
pip install -e .
It fails with the error:
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: xxxxx (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.
There are some solutions/workarounds mentioned here, but did not find anything straight-forward
python-poetry/poetry#1279
python-poetry/poetry#34
The text was updated successfully, but these errors were encountered: