What steps will reproduce the problem?
pip3 install pysam
What is the expected output? What do you see instead?
pysam/csamtools.c:46520:19: error: no member named 'f_tstate' in 'struct _frame'
(*frame)->f_tstate = tstate;
~~~~~~~~ ^
What version of the product are you using? On what operating system?
Python3.4
Cython < 0.20.1
Please provide any additional information below.
pip3 install --upgrade cython fixes
Needs >= 0.20.1 added to dependencies
Original issue reported on code.google.com by MattJWak...@gmail.com on 21 May 2014 at 12:16
Original issue reported on code.google.com by
MattJWak...@gmail.com
on 21 May 2014 at 12:16