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

Remove pyproject.toml to get pip to install to user #499

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

ataffanel
Copy link
Member

When pyproject.toml is present, I cannot "pip install -e ." does not work since it refuses to install in the user folder. The only way to get it to work is to do pip3 install --user --no-use-pep517 -e ..

Since we are not really needing pyproject.toml I propose to remove it. It would be nice to have (it makes pip build package in isolation), but it might not be worth it if it breaks development install.

@jonasdn jonasdn merged commit 62d4303 into master Apr 7, 2021
@jonasdn jonasdn added this to the next-release milestone Jun 30, 2021
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.

2 participants