Why Nostr? What is Njump?
2024-01-06 21:18:14

scy on Nostr: $ pip install mididings could not find package 'alsa' # apt install python3-alsaaudio ...

$ pip install mididings
could not find package 'alsa'

# apt install python3-alsaaudio
$ pip install mididings
could not find package 'alsa'

# apt install alsa-lib
$ pip install mididings
could not find package 'alsa'

# apt install libasound2-dev
$ pip install mididings
could not find package 'alsa'

*looks at the setup.py*:

calls pkg-config --libs alsa
if that fails, complain that alsa can't be found

turns out my machine was lacking pkg-config, which is why the command failed

you fuckers
Author Public Key
npub1ds9uccvzttwannk5cnf09k8f6wxeuvy84srqhlc98q794n8p5vaq0dpdsr