vi3k6i5 / GuidedLDA

semi supervised guided topic model with custom guidedLDA
Mozilla Public License 2.0
497 stars 108 forks source link

Fix installation issues under python 3.7 #35

Open CatalinVoss opened 5 years ago

CatalinVoss commented 5 years ago

This should be a hotfix to solve the installation issues in #24 for now. The right thing to do (that I didn't have time for) would be to update setup.py to run cython on the .pyx rather than shipping the generated .c file with the package.

CatalinVoss commented 5 years ago

Bump ❤️

bqwu commented 4 years ago

Hi, CatalinVoss, I met the same error using you updates. Still cannot install using python 3.7 on Mac OS 10.15...