CASCI-lab / CANA

CANAlization: Control & Redundancy in Boolean Networks
https://casci-lab.github.io/CANA/
MIT License
22 stars 15 forks source link

Cannot install on Python 3.11 due to Cython bug #32

Closed jcrozum closed 1 year ago

jcrozum commented 1 year ago

See https://github.com/cython/cython/issues/4461 This is not a cana bug, but an issue with Cython. I'm posting this issue for tracking purposes only.

jcrozum commented 1 year ago

I did a bit more digging, and it looks like we need to regenerate the c code using a more up-to-date Cython to fix this issue

jcrozum commented 1 year ago

This is fixed in #34