Open JSchlensok opened 2 months ago
Two related bugs reported to me recently:
RuntimeError: Numpy is not available
A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.0 as it may crash.
Two related bugs reported to me recently:
RuntimeError: Numpy is not available
in vespag/predict/predict.py:56 when reading in pre-computed embeddings, fixed by downgrading to 1.26.4A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.0 as it may crash.
when creating the pip environment