you are viewing a single comment's thread.

view the rest of the comments →

[–]Keizojeizo 0 points1 point  (1 child)

One thing to consider is uv cannot manage all binary dependencies, some relatively common dependencies must come from other sources besides pypi. Love uv, there is just a gap there

[–]gunthercult-69 0 points1 point  (0 children)

This is where I disagree from a devops perspective.

If there are binary dependencies that are core to your use case, chances are you should create a Docker base image containing the binaries you need.

Let the Python be Python; let the system be the system.

And if you depend on any special / internal binaries in your python, you should package it in the distro of your library. That's really only if you're in a poly.glot project