Pysam on Azure ML
bounaux opened this issue · 0 comments
bounaux commented
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!