simon-anders / htseq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
https://htseq.readthedocs.io/en/release_0.11.1/
GNU General Public License v3.0
122 stars 77 forks source link

error #108

Open selmanurk opened 2 years ago

selmanurk commented 2 years ago

Hi, I have anaconda and I am trying to use htseq. this is the code

eval "$(conda shell.bash hook)"

conda activate anaconda3

htseq-count format bam w_NF18553nod_sorted.bam medtr.R108_HM340.gnm1.ann1.85YW.gcv_genes.gff3 -o htseqresults.txt

and I get this error

Traceback (most recent call last): File "/truba/home/ikryvoruchko/anaconda3/bin/htseq-count", line 3, in import HTSeq.scripts.count File "/truba/home/ikryvoruchko/anaconda3/lib/python3.8/site-packages/HTSeq/init.py", line 13, in from HTSeq._HTSeq import * File "src/HTSeq/_HTSeq.pyx", line 1, in init HTSeq._HTSeq ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 80 from PyObject

do you have any idea why could this be? thank you selma