You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: