replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 89 forks source link

DX-592: Add portaudio dep for pyaudio #264

Closed blast-hardcheese closed 4 months ago

blast-hardcheese commented 4 months ago

Why

Unable to install pyaudio due to not having portaudio deps available.

What changed

Add pkgs.portaudio to satisfy that dep

Test plan

import pyaudio in main.py in a fresh Python repl should have pkgs.portaudio in the replit.nix after automatic package installation