When trying to run ``` fastqc *.fastq* ``` Got error ``` perl: error while loading shared libraries: libcrypt.so.2: cannot open shared object file: No such file or directory ``` Need to create dib_rotation conda environment with python3.10, **NOT** python3.8. python 3.12 won't properly download khmer. ``` mamba create -y -n dib_rotation "python=3.10" ``` Known bug in python3.8: https://github.com/pymupdf/PyMuPDF/issues/2617