You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for soxbindings
Running setup.py clean for soxbindings
Failed to build soxbindings
ERROR: Could not build wheels for soxbindings, which is required to install pyproject.toml-based projects
macOS Ventura 13.4
Python 3.11.7
The text was updated successfully, but these errors were encountered:
I ran 'pip install scaper' in the terminal, but got error:
...
creating build/temp.macosx-13-arm64-cpython-311/soxbindings
creating build/temp.macosx-13-arm64-cpython-311/soxbindings/ext
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -DVERSION_INFO="1.2.3" -I/private/var/folders/0z/5d51k7514rs6n946f_fq2dn40000gn/T/pip-install-5stcme3d/soxbindings_f68683401cc9431bbf6249605278b8b8/.eggs/pybind11-2.11.1-py3.11.egg/pybind11/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c soxbindings/ext/sox.cpp -o build/temp.macosx-13-arm64-cpython-311/soxbindings/ext/sox.o -stdlib=libc++ -mmacosx-version-min=10.7 -lsox -std=c++17 -fvisibility=hidden
clang: warning: -lsox: 'linker' input unused [-Wunused-command-line-argument]
soxbindings/ext/sox.cpp:4:10: fatal error: 'sox.h' file not found
#include <sox.h>
^~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for soxbindings
Running setup.py clean for soxbindings
Failed to build soxbindings
ERROR: Could not build wheels for soxbindings, which is required to install pyproject.toml-based projects
macOS Ventura 13.4
Python 3.11.7
The text was updated successfully, but these errors were encountered: