-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Excellent instructions. I'm hung up on just these few things. Any suggestions? I'm adding this into my CM4 XGO-lite Robot Kit V2 in hopes of making the robot intelligent =)
pi@raspberrypi:~ $ cd /home/pi/DaVinci
pi@raspberrypi:~/DaVinci $ python3 DaVinci.py
Traceback (most recent call last):
File "/home/pi/DaVinci/DaVinci.py", line 295, in
wake_word()
File "/home/pi/DaVinci/DaVinci.py", line 146, in wake_word
porcupine = pvporcupine.create(keywords=["computer", "jarvis", "DaVinci",],
File "/home/pi/.local/lib/python3.9/site-packages/pvporcupine/_factory.py", line 69, in create
return Porcupine(
File "/home/pi/.local/lib/python3.9/site-packages/pvporcupine/_porcupine.py", line 198, in init
raise self._PICOVOICE_STATUS_TO_EXCEPTION[status](
pvporcupine._porcupine.PorcupineInvalidArgumentError: Initialization failed:
[0] Keyword file (.ppn) file belongs to a different version of the library. File is 2.2.0 while library is 3.0.0.
[1] Loading keyword file at /home/pi/.local/lib/python3.9/site-packages/pvporcupine/resources/keyword_files/raspberry-pi/DaVinci_raspberry-pi.ppn failed with INVALID_ARGUMENT.