wyoming-satellite: Installation error with 32bit OS (onxruntime)

Hi I use tutorial_2mic.md tutorial and I got an error when running this command : .venv/bin/pip3 install -f 'https://synesthesiam.github.io/prebuilt-apps/' -r requirements_vad.txt

ERROR: Could not find a version that satisfies the requirement onnxruntime<2,>=1.10.0 (from pysilero-vad) (from versions: none) ERROR: No matching distribution found for onnxruntime<2,>=1.10.0

How to fix this ? Thanks

About this issue

  • Original URL
  • State: open
  • Created 5 months ago
  • Reactions: 4
  • Comments: 18 (4 by maintainers)

Most upvoted comments

If VAD is the only requirement for a 64bit OS (and assuming the Pi Zero 1 has the compute power) it should be possible to run an always streaming satellite or do local wake word detection (which doesn’t seem to use this library), with some light modification in the code.

I’ll try to get a spare SD card to run a 32bit OS and test.