CellProfiler / centrosome

An open source image processing library
Other
18 stars 35 forks source link

Cython3 compatibility #116

Closed bethac07 closed 1 year ago

bethac07 commented 1 year ago

We were still using python2 - style cython stuff, which was now breaking, which was making tests fail elsewhere on CellProfiler stuff (specifically the plugins)

bethac07 commented 1 year ago

3.8 failing because GH action is trying to grab latest version of scipy, which their newest version wheels only support 3.9+

psobolewskiPhD commented 1 year ago

just FYI: I used this branch to install this on my mac and it worked perfectly, while just regular pip install gives errors related to cython. This is on python 3.8.17.