You're getting the same error message as is described here: ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
So, the approaches suggested there may help: upgrading or uninstalling-then-reinstalling numpy
, or any other packages installed (such as gensim
here).
(If you'd pasted in your error test, rather than the screenshot, StackOverflow's own "related questions" suggestions may have automatically pointed you at those answers, or other similar ones.)
If all else fails, you might want to try starting again from a fresh minimal conda
environment, installing just what you need step-by-step, to ensure all the packages are recent & mutually-compatible versions.