Unable to install v1.0.4
sharmasharad795 opened this issue · 3 comments
sharmasharad795 commented
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
chschroeder commented
Can confirm, same here.
zafercavdar commented
Installation issues are solved in 1.0.5
zafercavdar commented
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.