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)
Anaconda Raises $150M Series C
31–40 of 71 posts
Re: Anaconda Raises $150M Series C
#32Congratulations to Astral (makers of uv). At these valuations you are now all billionaires. You have earned the commas and car doors that open like \__/.
Re: Anaconda Raises $150M Series C
#33Anaconda != 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 associa…
Re: Anaconda Raises $150M Series C
#34Where'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
#35Where'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
#36Is it just me or is trivial software getting overfunded? How does an AI skin on vscode or conda have a big enough moat for these crazy rounds?
I would also venture to guess that cursor is a somewhat nontrivial modification to vscode at this point.
Re: Anaconda Raises $150M Series C
#37Anaconda != 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 associa…
If you are in a commercial environment, I can only warn to think that using alternative conda clients will be safe. Condaforge for instance will happily download from the main channel if the recipe requires it. It's pretty hard to make sure this does not happen, best solution is to block access on a network level.
Re: Anaconda Raises $150M Series C
#38Anaconda != 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 associa…
If you are in a commercial environment, I can only warn to think that using alternative conda clients will be safe. Condaforge for instance will happily download from the main channel if the recipe requires it. It's pretty hard to make sure this does not happen, best solution is to block access on a network level.
Re: Anaconda Raises $150M Series C
#39Anaconda != 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 associa…
If you are in a commercial environment, I can only warn to think that using alternative conda clients will be safe. Condaforge for instance will happily download from the main channel if the recipe requires it. It's pretty hard to make sure this does not happen, best solution is to block access on a network level.
Re: Anaconda Raises $150M Series C
#40Wait, 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?