brittneybrinsfield / pysam

Automatically exported from code.google.com/p/pysam
0 stars 0 forks source link

pip3 install pysam fails if old cython installed #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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