-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Failed building wheels for dtw-python...and webrtcvad #101
Comments
Seems like there is no prebuilt wheel of You can either remove whisper-timestamped from the requirements and re-run the installation, or preferably build the docker image, you will get everything inside a container. |
Hi @quopquai, |
I'm on Mac OS Ventura 13.3 (22E252) |
Ok, so I've searched a bit and seems like there is a bug in running streamlit with docker in mac, I have made a slight change to the docker file and hope it will fix this issue. |
Ok, doing now... |
You are welcome :) |
I get these errors when trying to install Subsai:
ERROR: Failed building wheel for dtw-python
Building wheel for webrtcvad (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for webrtcvad (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [17 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-cpython-310
copying webrtcvad.py -> build/lib.macosx-10.9-universal2-cpython-310
running build_ext
building '_webrtcvad' extension
creating build/temp.macosx-10.9-universal2-cpython-310
creating build/temp.macosx-10.9-universal2-cpython-310/cbits
creating build/temp.macosx-10.9-universal2-cpython-310/cbits/webrtc
creating build/temp.macosx-10.9-universal2-cpython-310/cbits/webrtc/common_audio
creating build/temp.macosx-10.9-universal2-cpython-310/cbits/webrtc/common_audio/signal_processing
creating build/temp.macosx-10.9-universal2-cpython-310/cbits/webrtc/common_audio/vad
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -DWEBRTC_POSIX -Icbits -I/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c cbits/pywebrtcvad.c -o build/temp.macosx-10.9-universal2-cpython-310/cbits/pywebrtcvad.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]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for webrtcvad
Successfully built subsai whisper-timestamped
Failed to build dtw-python webrtcvad
ERROR: Could not build wheels for dtw-python, webrtcvad, which is required to install pyproject.toml-based projects
Any help would be appreciated! : (
The text was updated successfully, but these errors were encountered: