mlcommons / peoples-speech

The People’s Speech Dataset
https://mlcommons.org/en/peoples-speech/
Apache License 2.0
98 stars 12 forks source link

Fix "RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility" #36

Open galv opened 3 years ago

galv commented 3 years ago

Exact message:

/install/miniconda3/envs/100k-hours-lingvo-3/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject return f(*args, **kwds)

I'm not sure what the cause is. Probably some python library is depending upon a different version of numpy (which got compiled into that library) than we have installed.