COG-UK / dipi-group

Data integrity and pipeline integration working group
4 stars 1 forks source link

[manualpipe] Asklepian 20220215 #186

Closed BioWilko closed 2 years ago

BioWilko commented 2 years ago

Brief description

Based on the logfile for the day it failed due to not having the rich dependency of ocarina

Pipeline exit code: 1


Executed by: @BioWilko BIRM



BioWilko commented 2 years ago

The conda environment was broken due to pip considering dependencies fulfilled by the base environment as fulfilled within the pipeline environment. @SamStudio8 fixed by re-initialising the conda environment from a VM without anything within its base environment.

SamStudio8 commented 2 years ago

Seems related to https://github.com/conda/conda/issues/448, I think we can avoid this in future with PYTHONNOUSERSITE=True in the env where devs call conda env update.

BioWilko commented 2 years ago

We also found that having conda's channel_priority set to strict caused issues solving the environment