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

Add an option to use uv venv and uv pip in the python and poetry plugins #936

Open
lengau opened this issue Dec 12, 2024 · 0 comments
Open
Labels
Enhancement New feature or request

Comments

@lengau
Copy link
Contributor

lengau commented Dec 12, 2024

What needs to get done

This old experimental PR is an example: #825

You should be able to make parts like:

parts:
  python:
    source: .
    python-package-manager: uv
  poetry:
    source: .
    poetry-package-manager: uv

and instead of using the system python -m venv and installing pip in that virtual environment, it would use uv for the relevant venv and pip commands.

Why it needs to get done

The old methods are both slow and can be error-prone since the behaviour of venv and pip changes from base to base.

@lengau lengau added the Enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant