Skip to content

Add uv as alternative installer for python packages #1972

Open
@KingMichaelPark

Description

@KingMichaelPark

I've searched open issues for similar requests

  • Yes

Is your feature request related to a problem? Please describe.

Package resolution of python packages can be quite slow, especially for tools like sqlfluff.

Describe the solution you'd like

In the settings for python, add using uv as an alternative option, which will install packages using uv
instead of the native pip.

opts = { pip = { use_uv = true } } }

Describe potential alternatives you've considered

All other resolvers are about as fast as pip so this is the only alternative.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions