[Bugs] : 'gensim.sklearn_api' and Unicode issue
VinayChaudhari1996 opened this issue · 4 comments
VinayChaudhari1996 commented
henrifroese commented
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
VinayChaudhari1996 commented
Hi @henrifroese
Thanks for response ,
But how can I add it in requirements.txt ?
I'm deploying automatic build.
henrifroese commented
Instead of texthero
, put the line git+git://github.com/jbesomi/texthero.git#egg=texthero
into the requirements.txt, that should work
VinayChaudhari1996 commented
Thanks @henrifroese
It works for me :)