sagorbrur / bnlp

BNLP is a natural language processing toolkit for Bengali Language.

Home Page:https://pypi.org/project/bnlp-toolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip installation fails in python 3.8

faruk-ahmad opened this issue · comments

Tried to install the library using python 3.8. It fails with the following message.
Screenshot-from-2019-11-23-20-07-05

Vai it's working for python <=3.6 because I built it in 3.6. I will try to build it in other version too.

Vai it's working for python <=3.6 because I built it in 3.6. I will try to build it in other version too.

I saw the statement python_requires='>=3.6' in setup.py and tried with python 3.8

modifying it with python_requires=3.6. Hope misunderstanding will be solved vai. :D