我是 Linux 新手,我正在尝试激活“模块加载 python2 samtools rseqc”,但我遇到了 Lmod 版本问题

问题描述

我一直收到这个错误

ERROR: rseqc/3.0.0 requires several additional modules. Run the following
commands to load all of the dependencies (including this module):

但是当我尝试在 python3 中加载时出现此错误

Lmod has detected the following error:  Cannot load module "python3/3.7.9" because these module(s) are loaded:
   anaconda3

有什么想法可以做什么吗?

解决方法

试试

module purge
module load python2 samtools rseqc

这会卸载所有已加载的模块,以防止在加载所需模块时发生依赖项冲突。