logoalt Hacker News

ndryesterday at 1:57 PM1 replyview on HN

PSA careful replacing `pip` with `uv` thinking it's a drop-in replacement.

By default `uv` won't generate `pyc` files which might make your service much slower to start.

See https://docs.astral.sh/uv/reference/settings/#pip_compile-by...


Replies

elyallyesterday at 7:59 PM

uv's guide for use in containers is a better reference for this: https://docs.astral.sh/uv/guides/integration/docker/#compili...

show 1 reply