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

Pysam on Azure ML #1286

Open bounaux opened 3 months ago

bounaux commented 3 months ago

Hi, I ran into this problem on Azure ML would like to get your help.

First run: !pip install -q pysam to install the library Second checked !pip list to ensure it's installed, pysam 0.22.1 is there. Third, import pysam. This gives an error: ModuleNotFoundError: No module named 'pysam'

How can I troubleshoot this? Thanks!