Hacker News new | ask | show | jobs
by claytonjy 870 days ago
Doesn't this work pretty well everywhere else now, too?

Torch at least is easy to pip install, as is poetry if you skip all the versions that were mispackaged.

It's unclear to me what the benefit of conda is these days, other than making it much harder to reproduce your environment on other machines.

1 comments

It allows installing non-python packages too for one, like the CUDA runtime.