scikits.audiolab on Ubuntu Oneiric - ImportError: No module named _sndfile

前端 未结 3 786
独厮守ぢ
独厮守ぢ 2021-01-11 23:46

Okay, so I wanted to do some basic signal processing in Python and found this great library called scikits.audiolab.

No PPA anywhere to be found. Oh wel

3条回答
  •  旧时难觅i
    2021-01-12 00:07

    I you don't want to have the warning about alsa headers, just install the lib.

    sudo apt-get install libasound2-dev

    That worked for me..

提交回复
热议问题