rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
606 stars 88 forks source link

NumPy v2 was released in June - Breaks wake word which is compiles with v1 #183

Closed famgala closed 3 months ago

famgala commented 3 months ago

numpy v2 was released this month and is installed by requirements. the project was compiled with numpy v1 so this breaks. the work around I used was to run: .venv/bin/pip3 install numpy==1.26.0

I think it might be worth setting a requirement for numpy version in https://github.com/rhasspy/wyoming-satellite/blob/v1.2.0/requirements_vad.txt file

famgala commented 3 months ago

As I dig deeper, I think this is not wyoming-satellite but needs to be opened with wyoming-openwakeword