Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'pysam.libcalignmentfile' has no attribute 'IteratorColumnAll' #157

Open
mmnascimento opened this issue Dec 15, 2023 · 0 comments

Comments

@mmnascimento
Copy link

Hi I'm trying to run pysam but I keep running into the same error:

Traceback (most recent call last):
File "/home/fuberlin/anaconda3/bin/pysamstats", line 10, in
import pysamstats
File "/home/fuberlin/anaconda3/lib/python3.8/site-packages/pysamstats/init.py", line 8, in
from .pileup import *
File "/home/fuberlin/anaconda3/lib/python3.8/site-packages/pysamstats/pileup.py", line 6, in
import pysamstats.opt as opt
File "pysamstats/opt.pyx", line 1, in init pysamstats.opt
AttributeError: module 'pysam.libcalignmentfile' has no attribute 'IteratorColumnAll'

How can I solve this?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant