|
|
|
|
|
by agoose77
520 days ago
|
|
If you use conda, and can use conda for what you need to do, use conda w/ conda-forge. It has a much better story for libraries with binary dependencies, whereas PyPI (which `uv` uses) is basically full of static libraries that someone else compiled and promises to work. Note, I use PyPI for most of my day-to-day work, so I say this with love! |
|