althonos / pyrodigal

Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes. Now with SIMD!
https://pyrodigal.readthedocs.org
GNU General Public License v3.0
138 stars 5 forks source link

[2.3.0] Build fails: 'cpython/unicode/PyUnicode_New.pxd' not found, etc #40

Closed yurivict closed 11 months ago

yurivict commented 1 year ago

Here is a complete log.

Python-3.9 cython-0.29.36 FreeBSD 13.2

althonos commented 1 year ago

Hi @yurivict,

In 2.3.0 I updated Pyrodigal to use Cython 3.0, so you will have to update the build recipe on your end for it to build fine.

yurivict commented 11 months ago

This works, thanks!