I am trying to import Top2Vec package for nlp topic modelling. But even after upgrading pip, numpy this error is coming.
I tried
pip install --upgrade pip
pip install --upgrade numpy
I was expecting to run
from top2vec import Top2Vec
model = Top2Vec(FAQs, speed='learn', workers=8)
but it is giving the mentioned error
python-numba
. – Caseose