pysamstats icon indicating copy to clipboard operation
pysamstats copied to clipboard

pysam.libchtslib.HTSFile has the wrong size

Open MeHelmy opened this issue 5 years ago • 6 comments

I have installed pysam 0.15.1

when I run pysamstats:

import pysamstats.opt as opt
  File "libchtslib.pxd", line 2590, in init pysamstats.opt
ValueError: pysam.libchtslib.HTSFile has the wrong size, try recompiling. Expected 88, got 80

Knowing that pysam works normally, Is that error related to which version of pysam I have?

Thanks, Medhat

MeHelmy avatar Oct 04 '18 17:10 MeHelmy