"fatal error: sox.h: No such file or directory" during installation
See original GitHub issueWhen I try to install the module on " CentOS Linux release 7.2.1511 (Core)", I get the above error. I’ve done yum install sox
and yum install sox-devel
. I’m not sure what else I’m missing…
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Installing pysox on ubuntu via pip install, cannot resolve sox.h
The pysox offical page states "Specifically you need sox. h in your include path and libsox.so and libsox. a in your link path."...
Read more >"fatal error: sox.h: No such file or directory" during installation
When I try to install the module on " CentOS Linux release 7.2.1511 (Core)", I get the above error. I've done yum install...
Read more >Problem installing torch audio on Windows 10 conda
But I think the problem is with the environment setup. It is not able to locate the sox.h file, which is installed in...
Read more >“.h: No such file or directory" - 2 Easy fixes to Arduino error
Trying to fix the dreaded "No such file error?" - This short video will show you 2 easy fixes to solving this error....
Read more >error: could not build wheels for pycocotools - You.com
when i "pip install pycocotools":. pycocotools/_mask.c:4:10: fatal error: Python.h: No such file or directory #include "Python.h" ^~~~~~~~~~ compilation ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is my solution, referencing this
sudo ln -s /usr/include/sox/sox.h /usr/include/sox.h
Try installing packages
sox libcurl4-openssl-dev clang libopencv-dev libsox-dev
, it helped me. However, they require about 650M of disk space.