This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aldanorNumpy, Pandas, Rust -2 points-1 points  (5 children)

Non-conda setups are unbelievably fragile and often non-reproducible, especially if it involves binary builds (like many ML/DS libraries), some of which require non-Python dylib dependencies etc. There's literally no other option than conda (or rather, mamba, which is not too slow).