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

Switch from pip to uv #14757

Open
felipecrs opened this issue Nov 3, 2024 · 2 comments
Open

Switch from pip to uv #14757

felipecrs opened this issue Nov 3, 2024 · 2 comments
Labels
enhancement New feature or request pinned

Comments

@felipecrs
Copy link
Contributor

Describe what you are trying to accomplish and why in non technical terms
I ran the devcontainer today, and it took several minutes to build. Most of the time was spent installing pip packages.

Describe the solution you'd like
Like Home Assistant switched from pip to uv and it sped up a lot its build process, Frigate should be able to switch too and leverage it. I think uv is one of the best things that ever happened to Python's ecosystem.

Describe alternatives you've considered
There are several alternatives to uv, like poetry, but it's not even closer in terms of speed.

Additional context
N/A

@felipecrs felipecrs added the enhancement New feature or request label Nov 3, 2024
@NickM-27 NickM-27 added the pinned label Nov 3, 2024
@NickM-27
Copy link
Collaborator

NickM-27 commented Nov 5, 2024

this won't be possible until astral-sh/uv#1681 is implemented

@felipecrs
Copy link
Contributor Author

Thanks a lot for trying, @NickM-27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

2 participants