pysam-developers / pysam

Pysam is a Python package for reading, manipulating, and writing genomics data such as SAM/BAM/CRAM and VCF/BCF files. It's a lightweight wrapper of the HTSlib API, the same one that powers samtools, bcftools, and tabix.
https://pysam.readthedocs.io/en/latest/
MIT License
773 stars 274 forks source link

import error #1271

Open ssv1024 opened 6 months ago

ssv1024 commented 6 months ago

Hi guys, I've been trying to figure this out for days now, but my PySAM won't work. I'm able to import the actual PySAM but when I try to import a module it wont let me. For example, I'm trying to import the PvWattsv8 and it gives me an error saying Library not loaded: @rpath/libssc.so . I have SAM installed in my applications folder, not sure if this is a PATH issue. If anyone knows how to fix this let me know please!