square / pysurvival

Open source package for Survival Analysis modeling
https://www.pysurvival.io/
Apache License 2.0
347 stars 107 forks source link

Installing under Python 3.9 #43

Open berleon opened 3 years ago

berleon commented 3 years ago

There is a problem with installing pysurvival under python 3.9. (Maybe #39 is related)

The solution is to recompile the cython module with a recent cython version.

I did this here: https://github.com/berleon/pysurvival

Best, Leon