←back to thread

43 points robertnishihara | 1 comments | | HN request time: 0.202s | source
Show context
lz400 ◴[] No.44394984[source]
Unfortunately uv is usually insufficient for certain ML deployments in Python. It's a real pain to install pytorch/CUDA with all the necessary drivers and C++ dependencies so people tend to fall back to conda.

Any modern tips / life hacks for this situation?

replies(4): >>44395089 #>>44395516 #>>44395563 #>>44395700 #
1. Kydlaw ◴[] No.44395516[source]
You should give a try to https://pixi.sh/latest/ (I am not involve in the project).

They are a little more focus on scientific computing than uv, which is more general. They might be a better option in your case.