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
I'm currently on a machine anomaly detection project and willing to utilize this module for filtering out the background noise like ventilation from the source signal that I gathered.
× Running setup.py install for speexdsp did not run successfully. │ exit code: 1 ╰─> [19 lines of output] running install /usr/local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build/lib.macosx-11-x86_64-3.8 creating build/lib.macosx-11-x86_64-3.8/speexdsp copying src/__init__.py -> build/lib.macosx-11-x86_64-3.8/speexdsp copying src/speexdsp.py -> build/lib.macosx-11-x86_64-3.8/speexdsp running build_ext building 'speexdsp._speexdsp' extension swigging src/speexdsp.i to src/speexdsp_wrap.cpp swig -python -c++ -Isrc -o src/speexdsp_wrap.cpp src/speexdsp.i creating build/temp.macosx-11-x86_64-3.8 creating build/temp.macosx-11-x86_64-3.8/src clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/opt/zlib/include -I/usr/local/opt/bzip2/include -Isrc -I/usr/local/Cellar/[email protected]/3.8.13_1/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/echo_canceller.cpp -o build/temp.macosx-11-x86_64-3.8/src/echo_canceller.o xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command '/usr/bin/clang' failed with exit code 1 [end of output]
Really want to try this library out, it would be great if you can help!
The text was updated successfully, but these errors were encountered:
Hi yihui,
I'm currently on a machine anomaly detection project and willing to utilize this module for filtering out the background noise like ventilation from the source signal that I gathered.
× Running setup.py install for speexdsp did not run successfully. │ exit code: 1 ╰─> [19 lines of output] running install /usr/local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build/lib.macosx-11-x86_64-3.8 creating build/lib.macosx-11-x86_64-3.8/speexdsp copying src/__init__.py -> build/lib.macosx-11-x86_64-3.8/speexdsp copying src/speexdsp.py -> build/lib.macosx-11-x86_64-3.8/speexdsp running build_ext building 'speexdsp._speexdsp' extension swigging src/speexdsp.i to src/speexdsp_wrap.cpp swig -python -c++ -Isrc -o src/speexdsp_wrap.cpp src/speexdsp.i creating build/temp.macosx-11-x86_64-3.8 creating build/temp.macosx-11-x86_64-3.8/src clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/opt/zlib/include -I/usr/local/opt/bzip2/include -Isrc -I/usr/local/Cellar/[email protected]/3.8.13_1/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/echo_canceller.cpp -o build/temp.macosx-11-x86_64-3.8/src/echo_canceller.o xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command '/usr/bin/clang' failed with exit code 1 [end of output]
Really want to try this library out, it would be great if you can help!
The text was updated successfully, but these errors were encountered: