Skip to content

FastQC not working due to python3.8 bug, use python3.10 #81

@gedejer

Description

@gedejer

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: pymupdf/PyMuPDF#2617

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions