Dev/Bug + Error
fatal error: sox.h: 그런 파일이나 디렉터리가 없습니다
JOFTWARE
2022. 11. 26. 17:29
GitHub - turpaultn/DESED: Repo associated to the DESED dataset, download and creation of data
Repo associated to the DESED dataset, download and creation of data - GitHub - turpaultn/DESED: Repo associated to the DESED dataset, download and creation of data
github.com
DESED 데이터셋 다운로드 과정에서 나타난 오류.
pip3 install sox
sudo apt-get install sox libsox-fmt-all
sudo apt-get install sox libsox-dev
pip3 install pysox
위 방법으로 해결.
출처
Installing pysox on ubuntu via pip install, cannot resolve sox.h
I'm trying to install the pysox package using pip (easy_install throws exactly the same error) on Ubuntu 12.04.2 LTS. $ pip install pysox [...] building 'pysox.sox' extension gcc -pthread -fno-str...
stackoverflow.com
728x90