zafercavdar / fasttext-langdetect

80x faster and 95% accurate language identification with Fasttext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install v1.0.4

sharmasharad795 opened this issue · comments

Hi,

I've been trying to install using pip3 and keep running into this error : FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

Could you please help out?
Regards,
Sharad

Can confirm, same here.

Installation issues are solved in 1.0.5

It seems that the requirements.txt file is not included in the dist folder while building setup.py and setup.py depends on requirements. I hard-coded req list to setup.py and released a new version.