rhasspy / rhasspy-wake-raven

Wake word detection engine based on Snips Personal Wakeword Detector
MIT License
45 stars 5 forks source link

Fixed scipy egg version unsupported in Python 3.10 #12

Open twdragon opened 1 year ago

twdragon commented 1 year ago

Due to cythonizing bugs, SciPy 1.6 does not support Python 3.10, which prevents the program from being run on Mint Linux equipped with Python 3.10. This PR fixes it, increasing the version to 1.7 or even 1.8.1 is tested as safe.