jbesomi/texthero

[Bugs] : 'gensim.sklearn_api' and Unicode issue

VinayChaudhari1996 opened this issue · 4 comments

Hello Guys,

Version : texthero 1.0.9
python : 3.7.10

BUG 1


image

BUG 2


For fixing this issue, I installed texthero==1.0.5 but I get a second issue,

image

Thanks,

This was solved in #206 but it's not yet published so pip install doesn't get that yet.

Try doing pip install git+https://github.com/jbesomi/texthero.git

Hi @henrifroese

Thanks for response ,
But how can I add it in requirements.txt ?
I'm deploying automatic build.

Instead of texthero, put the line git+git://github.com/jbesomi/texthero.git#egg=texthero into the requirements.txt, that should work

Thanks @henrifroese
It works for me :)