hhatto / nude.py

Nudity detection with Python
MIT License
921 stars 131 forks source link

nudepy fails to build with Python 3.9 #23

Closed fabaff closed 4 years ago

fabaff commented 4 years ago

PyTypeObject has no member named tp_print, see https://bugs.python.org/issue39361

Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1792967

hhatto commented 4 years ago

@fabaff Thanks for reporting.

fix in latest master. re-generate skin_classifier.c with Cython 0.29.16.

fabaff commented 4 years ago

Thanks for fixing this.

fabaff commented 4 years ago

Could you please make a new release and publish it? This would include #22 as well which is still another open issue for the Fedora package. Thank you for your time and effort.

hhatto commented 4 years ago

nude.py version 0.5 just released.

https://pypi.org/project/nudepy/0.5/