sherlock-project icon indicating copy to clipboard operation
sherlock-project copied to clipboard

Running notebook fails with "ValueError: numpy.ndarray size changed..."

Open sarod opened this issue 2 years ago • 0 comments

Steps to reproduce

  1. Installing the requirements using pip install -r requirements.txt
  2. Run the 00-use-sherlock-out-of-the-box.ipynb notebook

Actual result

The notebook execution fails with ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject This issue seems similar to https://github.com/RaRe-Technologies/gensim/issues/3097

Expected result

Notebook execution should run smoothly

sarod avatar Oct 10 '22 12:10 sarod