whisper icon indicating copy to clipboard operation
whisper copied to clipboard

Pin numpy to 1.26.4

Open agardnerIT opened this issue 1 year ago • 3 comments

whisper is not compatible with numpy 2.x so pin to highest 1.x version

agardnerIT avatar Aug 08 '24 11:08 agardnerIT

Can it be made compatible with numpy 2.x ?

x86Gr avatar Aug 10 '24 16:08 x86Gr

Can it be made compatible with numpy 2.x ?

That's beyond my knowledge. This PR fixes everyone's Quickstart experience.

agardnerIT avatar Aug 17 '24 05:08 agardnerIT

+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.

cyberlightdev avatar Aug 18 '24 21:08 cyberlightdev