Return to site

Install pyaudio for python in mac

broken image
broken image

No matching distribution found for pyaudio Some insecure and unverifiable files were ignored (use -allow-unverified pyaudio to allow). ⤐ pip install pyaudio -allow-external pyaudio You must give at least one requirement to install (see 'pip help ~ /Users/pi: No matching distribution found for ~ /Users/pi: Some externally hosted files were ignored as access to them may be unreliable (use -allow-external pyaudio to allow). I also tried 'pip3 install pyaudio', with the following (negative) results: ⤐ pip3 install pyaudioĬould not find a version that satisfies the requirement pyaudio (from versions: ) That would be completely defeating the purpose. I don't want to have to download some special Python to use it. And if it isn't, then I want to install PyAudio for the Python I currently have. I've never come across the term MacPython, so I'm not sure if what I have is MacPython or not.

broken image

Also, I have used Homebrew to install Python 3. PyAudio has a section on OS X, saying 'For Python 3 support, first install MacPython 3.3' Playing Music with Python demonstrates several of these, but it omits details of installation. My basic options are listed in Audio in Python. I would like to construct a ' Hello, World!' of audio for OS X/Python 3 that populates a buffer with a sine wave and plays it through the speakers.