使用带有M1芯片的Mac,我正在尝试安装以下Bioconda软件包:
cutadapt
trim-galore
samtools
bedtools.
htseq.
bowtie2.
deeptools.
macs2我能够毫无问题地安装picard和fastqc,但是所有其他的都会产生两条错误消息中的一条:
PackagesNotFoundError: The following packages are not available from current channels:或
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:不过,我确实有正确的渠道:
conda config --show channels
channels:
- conda-forge
- bioconda
- defaults不知道如何解决这个问题
发布于 2022-06-18 02:27:08
我也有同样的问题,就这样解决了这个问题:
通过运行softwareupdate --install-rosetta安装
。
https://stackoverflow.com/questions/71071779
复制相似问题