sherlock-project
sherlock-project copied to clipboard
Running notebook fails with "ValueError: numpy.ndarray size changed..."
Steps to reproduce
- Installing the requirements using
pip install -r requirements.txt
- 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