running librosa & numba on raspberry pi 3

前端 未结 5 1654
离开以前
离开以前 2020-12-19 16:28

I am trying to run librosa on my raspberry pi 3. After hours of searching through the internet I was finally able to install it but it still throws an error when I try to i

5条回答
  •  执念已碎
    2020-12-19 16:46

    sudo pip install librosa==0.4.2 worked for me. There was warning yet works fine on Raspberry pi3 (OS:raspbian-jessie)

提交回复
热议问题