Como posso corrigir este erro?
ValueError Traceback (most recent call last)
<ipython-input-99-ae43117715a3> in <cell line: 0>()
----> 1 from gensim.models import KeyedVectors
2
3 modelo = KeyedVectors.load_word2vec_format("cbow_s300.txt")
5 frames
/usr/local/lib/python3.11/dist-packages/gensim/_matutils.pyx in init gensim._matutils()
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Obrigada