Git Product home page Git Product logo

Comments (4)

dpryan79 avatar dpryan79 commented on August 13, 2024

It won't work with python 3.10

from bioconda-utils.

rcasero avatar rcasero commented on August 13, 2024

Hi @dpryan79 , thanks for your reply. As I mentioned above, it doesn't work with python 3.6, 3.7, 3.8 and 3.9 either. Is that expected too?

from bioconda-utils.

dpryan79 avatar dpryan79 commented on August 13, 2024

I'm guessing that initially you're getting python from the defaults channel rather than conda-forge and that that is the source of the unsatisfiable solution. Make sure you have conda-forge in your channel list as the highest-priority channel at all times. Then things like this will work:

mamba create -dn foo bioconda-utils=1.0.1

In my case it used python 3.7.

from bioconda-utils.

rcasero avatar rcasero commented on August 13, 2024

Yes, I get python from the default channel. Following your comment, first I tried to create an environment with python 3.9 from conda-forge, and install bioconda-utils

conda create -n test -c conda-forge python=3.9
conda activate test
conda install -c bioconda bioconda-utils

and got the same error

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: / 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                                                                                                                                                                                                 

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/linux-64::__glibc==2.28=0
  - feature:|@/linux-64::__glibc==2.28=0

Your installed version is: 2.28

I then downgraded python to the version you used, 3.7, and then tried to install bioconda-utils again, to see whether the problem is with the python version

conda install -c conda-forge python=3.7
conda install -c bioconda bioconda-utils

and that worked. It downloaded 188.4 MB of packages. Thanks, @dpryan79 !

from bioconda-utils.

Related Issues (20)

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.