Skip to content
New issue

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

Linux installation can work without pyaudio #2

Open
truedat101 opened this issue Jan 28, 2016 · 1 comment
Open

Linux installation can work without pyaudio #2

truedat101 opened this issue Jan 28, 2016 · 1 comment

Comments

@truedat101
Copy link

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.

@makelove
Copy link

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

都安装一下,就通过了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants