Closed felixm3 closed 12 months ago
I got the same error when using-profile conda
.
A quick temporary solution is activating the multiqc environment and downgrading the python version.
conda activate the_envrironment_containing_nextflow #this is visible on the error text
conda install python=3.11
conda deactivate
Fix included in https://github.com/nf-core/rnaseq/pull/1106
Description of the bug
Trying to run the rnaseq pipeline on the test,conda profile.
Stops at multiqc step.
A web search shows that
import imp
which is needed by multiqc was deprecated in Python 3.12.However, the conda env created by this nf-core workflow for running multiqc is created with Python 3.12.
How do I force this specific conda env creation step to use Python 3.11?
Command used and terminal output
Output
System information