avs
avs copied to clipboard
a problem cuased by pyaudio
- Python Alexa Voice Service version:
- Python version:3.6.7
- Operating System:Ubuntu 16
Description
Describe what you were trying to get done.
iat last,when a run "alexa", it told me that :
(py3) zz@zz:~/py3/avs$ alexa
Traceback (most recent call last):
File "/usr/local/bin/alexa", line 11, in
What I Did
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
It seems pyaudio is not installed. To install it, run sudo apt install python3-pyaudio
or sudo pip3 install pyaudio