Live data from Hacker News

Anaconda Raises $150M Series C

anaconda.com

11–20 of 71 posts

Re: Anaconda Raises $150M Series C

#11
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?

Anaconda sells a managed environment for data science applications, right? Basically the Red Hat business model?

I've used conda for years and haven't set aside the day it'll take to switch to something simple and modern (uv's top of the list, but I'm open to suggestions)

Re: Anaconda Raises $150M Series C

#12
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?

Anaconda sells a managed environment for data science applications, right? Basically the Red Hat business model? I've used conda for years and haven't set aside the day it'll take to switch to something simple and modern (uv's top of the list, but I'm open to suggestions)

use uv, you dont need to bin your existing installation (it just wont get used anymore) and it will take you 5 minutes to switch. next time you get new hardware you wont bother installing anything else python related.

Re: Anaconda Raises $150M Series C

#13
post #5
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?

Everywhere where they may be a shadow data science team. And that's how they get you. One has to be very careful to install the Open Source portions. They make no effort to make the boundary obvious. If one does not, IT will get a call asking for licensing money.

How are they going to find out though?

Re: Anaconda Raises $150M Series C

#15
post #6

Wait, is this anaconda python, my favorite python installation? Oh no, it's now an AI company? Is my favorite python installation going to get enshittified?

That happened last year, when they changed their license terms and started shaking people down for money. I wouldn't touch it. https://www.theregister.com/2024/08/08/anaconda_puts_the_squ... https://licenseware.io/retrospective-on-anacondas-2024-licen... https://www.cdotrends.com/story/4173/anaconda-threatens-lega... https://www.reuters.com/legal/litigation/intel-sued-copyrigh...

Good eye. I would not have noticed if the terms changed,even with all of those articles. Is there a good replacement?

Re: Anaconda Raises $150M Series C

#16
post #5
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?

Everywhere where they may be a shadow data science team. And that's how they get you. One has to be very careful to install the Open Source portions. They make no effort to make the boundary obvious. If one does not, IT will get a call asking for licensing money.

Can confirm, this is exactly what happened. They demand ridiculous back payments unless you buy multiple-year licenses. It would be trivial for them to require an account to use the main channel, but they deliberately make it easy to accidentally use it. If you have to use it, make sure to DNS block anaconda.com (.org seems to be fine), but even better, just avoid them like the plague.

Re: Anaconda Raises $150M Series C

#17
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.

Re: Anaconda Raises $150M Series C

#18
post #5

Earlier quoted context omitted.

Everywhere where they may be a shadow data science team. And that's how they get you. One has to be very careful to install the Open Source portions. They make no effort to make the boundary obvious. If one does not, IT will get a call asking for licensing money.

How are they going to find out though?

By checking IP, I'm guessing

Re: Anaconda Raises $150M Series C

#19
post #5

Earlier quoted context omitted.

Everywhere where they may be a shadow data science team. And that's how they get you. One has to be very careful to install the Open Source portions. They make no effort to make the boundary obvious. If one does not, IT will get a call asking for licensing money.

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.

Re: Anaconda Raises $150M Series C

#20
post #6

Earlier quoted context omitted.

That happened last year, when they changed their license terms and started shaking people down for money. I wouldn't touch it. https://www.theregister.com/2024/08/08/anaconda_puts_the_squ... https://licenseware.io/retrospective-on-anacondas-2024-licen... https://www.cdotrends.com/story/4173/anaconda-threatens-lega... https://www.reuters.com/legal/litigation/intel-sued-copyrigh...

Good eye. I would not have noticed if the terms changed,even with all of those articles. Is there a good replacement?

uv.
Post reply on HN