-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install deepTools with conda #1327
Comments
Please try the following |
Thanks for the suggestion, however this still gives me a similar error: LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs |
Which exact command have you used? |
This time I ran the code you provided above: |
I'm not sure how OSX works these days. Do you have this x86 combat mode enabled? Do you see any indications that ARM packages are downloaded/searched? |
We'd need to see what the actual problem is with deeptoolsintervals, as for a work-around, you should be able to install using the osx-64 env:
|
Thank you both for your help. @bgruening unfortunately my understanding of the computer architecture is not very deep. To the best of my knowledge I am only running on an ARM system, and I don't know how to check what was downloaded (but would be happy to if given a script). I have Miniconda3 for ARM and managed to install Samtools and Bedtools using this. @WardDeb thanks, this seems to have worked, so I will close this thread. |
@WardDeb can you put this maybe in the readme/docs? |
you can install by pip, it's OK |
Tried to install deeptools on Mac with M1 chip osx-arm64 using conda. I have Python 3.12.2
conda install -c bioconda deeptools
gives the following error:
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following packages are incompatible
└─ deeptools is not installable because there are no viable options
├─ deeptools [3.2.0|3.2.1] would require
│ └─ deeptoolsintervals, which does not exist (perhaps a missing channel);
└─ deeptools [3.3.0|3.3.1|...|3.5.5] would require
└─ py2bit >=0.2.0 , which does not exist (perhaps a missing channel).
The text was updated successfully, but these errors were encountered: