-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to install through anaconda #120
Comments
I'm having the same issue on a linux HPC. |
Hi, searching and installing cellsnp-lite work well on my Linux HPC. Can you try installing again? or you may report the issue to bioconda. FYI, my conda version is 4.12.0 (with anaconda3). The conda channels are (
|
Hi! It worked for me when I set "conda config --set channel_priority flexible" as I had it set to "strict" before. Thank you for your help! |
Update: |
Hi, it seems bioconda does not compile packages for |
Thank you very much!! As it seems, the different architecture was the issue. As soon as I tried creating a new environment and specifying a different architecture, the issue was resolved and I was able to install cellsnp-lite. |
Had the same issue, and listing My conda yaml:
|
Also had the architecture issue, am on osx-arm, configured the conda env for os-x with |
Hi everyone, first of all I am on MacOS (Sonoma Version 14.4). I am trying to install cellsnp-lite through anaconda by using the suggested command:
conda install -c bioconda cellsnp-lite
However the output that I get is this:
Channels:
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
I have tried updating anaconda or creating new environments but it still produces the same error.
Also when I try to search for the package:
conda search cellsnp-lite
Loading channels: done
No match found for: cellsnp-lite. Search: cellsnp-lite
My question is, has the package been retracted from anaconda/bioconda?
The text was updated successfully, but these errors were encountered: