Zanie Blue

Results 2909 comments of Zanie Blue

> I have a concern here related to docker images, specifically if uv is used to install Python in the dockerfile, what happens when the build machine and execution machine...

> Only in the sense it's not something I have to think about right now, and without being familiar with this I'm not sure it would be easy to diagnose...

@drmikehenry thanks for the feedback!

That's a reasonable question. I'm not sure. I don't love it at the top-level since it's not obvious what we're pinning.

I duped myself, https://github.com/astral-sh/uv/issues/4359 covers reading from the configuration file.

> ... as-is the existing pyproject.toml requires-python field isn't suitable for bootstrapping purposes, and so the .python-version file is the next best thing available - and pretty widely accepted at...

Can you share a minimal example we can use to reproduce?

Can you produce it with a minimized example of the code then?

There are two concerns here 1. Generally, what should we do when `VIRTUAL_ENV` refers to a path that does not exist? 2. We should not panic when the default settings...