Giter Club home page Giter Club logo

Comments (3)

biogabriel7 avatar biogabriel7 commented on August 23, 2024

Hi! first, make sure you are running conda on osx64 and not osx-arm64. Then, check your python version, I don't want to say any lies but I'm pretty sure that conda-forge / bioconda only works with Python 3.7 - 3.10 (you can always check it on their wiki).

This is the most typical mistake when dealing with this type of message. Hope you solved it!

from bedtools2.

luigallucci avatar luigallucci commented on August 23, 2024

Yes, I was trying to install it on arm processor. There is a way to install Bedtools with this difference?

from bedtools2.

biogabriel7 avatar biogabriel7 commented on August 23, 2024

Uninstall everything and go to:
https://conda-forge.org

Install directly the version x86_64 (You have to have downloaded before software meant for Intel proc and have Rosetta on your Mac) you can check on internet how to verify if you have it.

Then, use bash to install the x86_64 version on the terminal. Reset the terminal and conda info, you should see
platform : osx-64

Then, create an env with a version of Python compatible with Bioconda (3.7 - 3.10) and you should be able to download everything!

(While downloading Conda from Conda-Forge it will make these channels per default so no need to config them before install any package)
https://conda.anaconda.org/conda-forge/osx-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/bioconda/osx-64
https://conda.anaconda.org/bioconda/noarch
https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-64
https://repo.anaconda.com/pkgs/r/noarch

This will also add per default mamba, which I strongly recommend to create env / download packs. (it has the same command structure than conda but way faster)

Hope it works!

from bedtools2.

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.