python – Packages Not Found Error: Not available from current channel- Bioconda

Using a Mac with M1 chip, I’m trying to install the following Bioconda packages:

cutadapt
trim-galore
samtools
bedtools.
htseq.
bowtie2.
deeptools.
macs2

I’ve been able to install picard and fastqc with no issues, but all others turn out one of two error messages:

PackagesNotFoundError: The following packages are not available from current channels:

or

Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                          

UnsatisfiableError:

I do have the correct channels though:

conda config --show channels 
channels:
  - conda-forge
  - bioconda
  - defaults

Not sure how to fix this

Read more here: Source link