pip install openwakeword does not install the most recent version 0.6 from pypi but instead falls back to 0.4.
pip install openwakeword==0.6 fails due to the tflite dependency (´ERROR: Could not find a version that satisfies the requirement tflite-runtime<3,>=2.8.0; platform_system == "Linux" (from openwakeword) (from versions: none)`)
The tflite dependency seems to be removed already in setup.py, though
pip install git+https://github.com/dscripka/openWakeWord fails, too because ERROR: No matching distribution found for speexdsp-ns<1,>=0.1.2; platform_system == "Linux"
pip install openwakeworddoes not install the most recent version 0.6 from pypi but instead falls back to 0.4.pip install openwakeword==0.6fails due to the tflite dependency (´ERROR: Could not find a version that satisfies the requirement tflite-runtime<3,>=2.8.0; platform_system == "Linux" (from openwakeword) (from versions: none)`)The tflite dependency seems to be removed already in
setup.py, thoughpip install git+https://github.com/dscripka/openWakeWordfails, too becauseERROR: No matching distribution found for speexdsp-ns<1,>=0.1.2; platform_system == "Linux"