Live data from Hacker News

Anaconda Raises $150M Series C

anaconda.com

21–30 of 71 posts

Re: Anaconda Raises $150M Series C

#22
post #3

Where's Anaconda at these days? I've not touched it since starting out with Python and don't think I've touched it since discovering other package managers. Anyone here using it regularly in 2025, is there anything I'm missing out on?

Setting up a python environment for ML work (pytorch + Nvidia) is simpler with Anaconda, it's a pure dependency nightmare doing it with something else.

Re: Anaconda Raises $150M Series C

#25
post #19

Earlier quoted context omitted.

How are they going to find out though?

They have a form where they ask for an email before giving the download link. My guess is that + a bit of telemetry.

This will also happen if you use condaforge, which can be downloaded freely. Condaforge will also download from the main channel if the recipe requires it.

Re: Anaconda Raises $150M Series C

#26

For people asking who uses Anaconda nowadays. I work with less technical users and the problem with UV is that the installation instructions are slightly more complicated. For users that just want conda to download python + a bunch of packages and won't ever bother to create environments, anaconda will always be superior. Now, if UV bundles with a "default python version" with an installer, that may change things.

the other use case is if your env requires compiled binaries, you can't do that with uv. i.e., the Intel MKL package is available on conda but not on pypi. We've also run into this with some cuda related packages.

Re: Anaconda Raises $150M Series C

#29
Anaconda != the conda ecosystem != Python

Everyone who is comparing Anaconda and conda to Astral and uv is missing that the conda ecosystem is language-agnostic while uv is python specific. uv won't help you install gfortran, for example. It is not a replacement, unless you only do python (and use at most common non-python libraries that are available on PyPI).

On the other hand you don't have to use anything associated with Anaconda to use the conda ecosystem. Alternative package managers like mamba and pixi rely on the conda-forge channel instead. Pixi in particular (https://pixi.sh/) is sort-of the uv for the conda ecosystem workflow-wise, and works pretty well if you want that.

Re: Anaconda Raises $150M Series C

#30
Heh, looks like they've just pivoted to calling what they do advancing AI and managed to mention AI enough times to get a big new valuation.

Seriously, if you've ever used them before, check out their website now. "Advance AI with Clarity and Confidence", "Simplify, safeguard, and accelerate AI value with open source.", "Millions Rely on Anaconda to Advance Their AI Initiatives"

What does any of that mean? No idea, seems like the actual product is the same conda.

Post reply on HN