Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

uv does not ship system libraries because pypi does not have them. There is a philosophical difference between pypi and conda today. I believe over time pypi will likely ship some system libraries but we will see.


So uv is resticted to pypi but does offer isolated Python installations, with precompiled Python binaries?


Yeah it has precompiled Python binaries. They're custom standalone builds of CPython: https://github.com/astral-sh/python-build-standalone

You can also import existing Python versions into uv, for example on my Mac it has imported the Homebrew versions.


It doesn’t “restrict” to pypi but it wants to be rooted in pypi. That means if you install “tensorflow” you get it from there. The state of pypi is the state of pypi and I have some hope that this also will improve. See for instance the efforts that go into “wheel next”.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: