question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"fatal error: sox.h: No such file or directory" during installation

See original GitHub issue

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 sox and yum install sox-devel. I’m not sure what else I’m missing…

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
luckmooncommented, Sep 29, 2018

Here is my solution, referencing this sudo ln -s /usr/include/sox/sox.h /usr/include/sox.h

1reaction
mojestycommented, Sep 8, 2018

Try installing packages sox libcurl4-openssl-dev clang libopencv-dev libsox-dev, it helped me. However, they require about 650M of disk space.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found