No module named 'pvporcupine'
Closed this issue · 4 comments
Mambo-beep commented
Hi,
i installed all of the modules correctly and without any errors, but when i start the script, this error message appears:
sudo python3 /home/pi/alexa_picovoice_trigger.py --access_key $k6GpIxhfnqIM7w1yDkxGO5ybGcPx9kRA6GkjwzR/evkDICMw713jEw== --keyword_paths $/home/pi/alexa_raspberry-pi.ppn
Traceback (most recent call last):
File "/home/pi/alexa_picovoice_trigger.py", line 20, in <module>
import pvporcupine
ModuleNotFoundError: No module named 'pvporcupine'
Can someone help me with this?
shivasiddharth commented
Please check the command that I have given. sudo python3
is not the same as python3
Mambo-beep commented
But without sudo it don't find the .ppn file!
shivasiddharth commented
Sudo has nothing to do with the ppn file path. Why do you have a $ in the path string ? Check the command syntax that I have given
Mambo-beep commented
Thank you.... I've didn't saw that.