Earlier quoted context omitted.
As you have experience with pyenv, pipenv and poetry, you might be able to answer: Why not conda? I've been using conda since ~4 years now, and every single complaint lodged against any of the other package managers was never an issue with conda in the first place. And yet, it seems like there's a SEP field around it and people just ignore its existence? In this thread, for the first time, I've seen someone mention t…
That's about as long as I've been using conda. But I avoid it whenever I can because of a variety of gripes. The two biggest are the following: 1. On Lustre file systems, 'Solving environment...' can take minutes. I don't like waiting minutes to provide permission to install packages. 2. A lot of conda packages are broken. It's managed by maintainers, and unfortunately, some people maintaining believe that if it work…
w.r.t lustre - can't comment about that; I prefer local file systems for development for various reasons (most importantly: mmaping huge local files is 10x to 100x more efficient than through networked filing systems).