ashwoolford / bnltk

BNLTK(Bangla Natural Language Processing Toolkit): a python package for NLP in Bangla
https://ashwoolford.github.io/bnltk-documentation/
MIT License
16 stars 8 forks source link

installation fail #3

Open SadatRafi11 opened 1 year ago

SadatRafi11 commented 1 year ago

image

RasGG commented 8 months ago

Did you find any solution of this error?

parthokr commented 5 months ago

@EDkinGG @SadatRafi11 It seems like the issue is originating from scikit-learn. As there is no setup.py file, I am assuming this wheel file uses sklearn as package name while installing via pip. Now this should be scikit-learn.

I have forked this repo and updated the dependencies here bnltk-revamped. Now you should be able to install this package by running pip3 install bnltk-revamped==0.1.2 this command

TLDR: run pip3 install bnltk-revamped==0.1.2