Code Monkey home page Code Monkey logo

conda-libmamba-solver-feedstock's Issues

Is conda-libmamba-solver no longer needed with conda 4.13?

Comment:

A project I work on sets up conda using https://github.com/firesim/firesim/blob/382d0f83e973d9ca98c9495e5cf805be007a191b/scripts/machine-launch-script.sh, essentially doing:

bash install_miniforge_4.12.0.sh
conda install -n base conda-build # which now updates conda to 4.13
conda install -n base conda-libmamba-solver

And the install of conda-libmamba-solver fails with:

+ /opt/conda/bin/conda install -y -n base conda-libmamba-solver
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.

ResolvePackageNotFound: 
  - conda==4.12.0

If I change the install command to conda install -n base conda=4.12.0 conda-libmamba-solver conda will revert itself to 4.12 and install conda-libmamba-solver correctly. Likewise, I can conda config --system --set auto_update_conda false and conda won't update itself when installing conda-build and the install of conda-libmamba-solver succeeds.

Looking at the recipe for conda-libmamba-solver I don't understand how it is failing like I'm seeing. I would expect it to install because the runtime requirement is conda>=4.12.0.

I'll work around this for now by preventing conda from updating itself. If anyone else has other thoughts or comments, I appreciate it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.