• @[email protected]
    link
    fedilink
    English
    41 month ago

    This could potentionally be a really big deal for a lot of research labs… I know quite a few who have whole workflows that revolve around conda.

    What’s even more troubling is that according to their pricing page, there are only “per user per month” subscriptions… That’s is going to be really expensive.

    That said, the article does mention that it will remain free for coursework.

    • @[email protected]
      link
      fedilink
      English
      11 month ago

      My colleague sent me this Is conda Free?.

      It appears that if you just use conda and the packages from conda-forge (ie. non-commercial packages), then that will remain free:

      conda, the software program for package and environment management, is free to use by anyone. > It’s open source, too. The conda-compatible packages in conda-forge, Bioconda, and almost all other publicly accessible channels are free to use by any one.

      That said, this is dated Aug 29, 2023, so who knows if that still applies?

  • @Gsus4
    link
    2
    edit-2
    1 month ago

    hah, my installation is nearly broken, I suppose if they demand payment they’ll start to offer support services to those institutions.

      • @Gsus4
        link
        2
        edit-2
        1 month ago

        Good news, everyone: gave up trying to fix it, so I finally installed mamba from scractch (miniforge) and it’s fast again! 😍

  • @onlinepersona
    link
    01 month ago

    Can anybody explain what conda provides over python + pip or python + poetry? I’ve never needed conda in all my years writing python for various purposes - except data science, but pip install numpy and pip install pandas had me up and running in <1 minute for some test projects.

    Anti Commercial-AI license

    • @[email protected]
      link
      fedilink
      21 month ago

      Do you use venv? Conda gives you that capability (which is absolutely critical with the state of interconnected and complex package relationships) plus a package manager. I’m not sure what conveniences conda may provide over pip/virtualenvs but I imagine there is something that conda gives as an advantage for package publishers. I’d be curious about that myself having not pushed any packages to pypi or a conda repo.