whisper
whisper copied to clipboard
Pin numpy to 1.26.4
whisper is not compatible with numpy 2.x so pin to highest 1.x version
Can it be made compatible with numpy 2.x ?
Can it be made compatible with numpy 2.x ?
That's beyond my knowledge. This PR fixes everyone's Quickstart experience.
+1
In the meantime, pip install --upgrade numpy==1.26.4 does the job as well, but this quick fix would streamline things for non-Pytrhon devs like myself.
Thanks for the clue about the cryptic error I received running with Numpy 2.0.1. I didn't mean to learn Python today, but here we are.