Skip to content
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

Update build-system poetry version to allow editable install #2

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

MattFisher
Copy link
Member

@MattFisher MattFisher commented Aug 16, 2024

pip install -e ../django-url-security was giving this error:

ERROR: Project file:///{...}/django-url-security has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.

The poetry version specified in pyproject.toml:build-system needed to be updated.
See python-poetry/poetry#7583 (comment)

@MattFisher MattFisher merged commit a6729a4 into main Aug 16, 2024
8 of 9 checks passed
@MattFisher MattFisher deleted the update-poetry branch August 16, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant