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

No longer rely on pip for installation #1

Closed
sdispater opened this issue Oct 12, 2021 · 0 comments · Fixed by python-poetry/poetry#6205
Closed

No longer rely on pip for installation #1

sdispater opened this issue Oct 12, 2021 · 0 comments · Fixed by python-poetry/poetry#6205
Assignees
Labels

Comments

@sdispater
Copy link
Member

We are currently relying on pip to install downloaded packages. This requires subprocess calls which is far from ideal.

We can now leverage https://github.com/pypa/build and https://github.com/pradyunsg/installer to replace pip calls.

Initial WIP implementation in python-poetry/poetry#4213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant