We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I didn't realize pyaudio was listed as a requirement. I was able to install on linux and run. mpg123 must be installed.
sudo apt-get install mpg123
You may want to list this in the documentation.
The text was updated successfully, but these errors were encountered:
Ubuntu: sudo apt-get install libasound-dev sudo apt-get install python-pyaudio python3-pyaudio sudo apt-get install libportaudio2 portaudio19-dev mpg123
If the latest version of PyAudio is not available, install it using pip: pip install pyaudio
都安装一下,就通过了。
Sorry, something went wrong.
No branches or pull requests
I didn't realize pyaudio was listed as a requirement. I was able to install on linux and run. mpg123 must be installed.
sudo apt-get install mpg123
You may want to list this in the documentation.
The text was updated successfully, but these errors were encountered: