After installing python top2vec package in H2O notebooks (!pip install top2vec), I am getting the following error when importing top2vec:
import top2vec
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
I tried the techniques used in https://github.com/MaartenGr/BERTopic/issues/392 and also Unable to install top2vec, but none of them were helpful. It looks it is incompatible with numpy package. Any help on how to tackle the error in H2O environment much appreciated!