sagorbrur / bnlp

BNLP is a natural language processing toolkit for Bengali Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed building wheel for gensim

rahmansean opened this issue · comments

When I try to run pip install bnlp_toolkit it gives error of 'Failed building wheel for gensim' and terminates building.
My Os: Google Collab
Python Version: 3.10.11
Added 3 images:
Main Error
Pip Install
Python

Hi @rahmansean ,
The root cause of this problem is Gensim 4.0.1 version is not compatible with Python 3.10.
You can downgrade the Python version to 3.9 or 3.8 and try again. I hope it will install successfully.
I will look into this version problem and make bnlp_toolkit compatible with Python 3.10 soon.
Thanks for raising the issue.

Hi @rahmansean ,
Released a patch after fixing the Gensim incompatibility problem.
Check the latest version 3.3.1
Please feel free to share if there any problem arise while running this version

Thank you so much @sagorbrur. It works now.