Skip to content

AttributeError: 'module' object has no attribute 'TupleProxy' #9

@emucaki

Description

@emucaki

I have finally installed all dependencies (including python packages pybedtools and ghmm), and I get the following error when attempting to run the program:

python pipeclip.py -i ERR_TopHat_Aligned.bam -o ERR-NoRepeatRemoval -c 3 -l 25 -m 2 -r 0 -M 0.05 -C 0.05 -s hg19

Traceback (most recent call last):
File "pipeclip.py", line 13, in
from lib import *
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/init.py", line 2, in
import Alignment
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/Alignment.py", line 6, in
import Enrich
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/Enrich.py", line 15, in
from pysam import *
AttributeError: 'module' object has no attribute 'TupleProxy'

Any help would be most appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions