When running on some systems, the following error may occur after installation when importing the package:
ImportError: libdeflate.so: cannot open shared object file: No such file or directory
The following should fix everything:
conda install -c conda-forge -c bioconda libdeflate
However, this manual fix should not be necessary.
When running on some systems, the following error may occur after installation when importing the package:
The following should fix everything:
However, this manual fix should not be necessary.