We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I tried ot install I get the following error I have attached the log file
webrtcvad_log.txt
pip3 install webrtcvad --log webrtcvad_log.txt Collecting webrtcvad Downloading webrtcvad-2.0.10.tar.gz (66 kB) |████████████████████████████████| 66 kB 451 kB/s Building wheels for collected packages: webrtcvad Building wheel for webrtcvad (setup.py) ... error ERROR: Failed building wheel for webrtcvad Running setup.py clean for webrtcvad Failed to build webrtcvad Installing collected packages: webrtcvad Running setup.py install for webrtcvad ... error ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/2q/5hvf_mmd3kvdplw3nlks4s70_wp3ds/T/pip-install-stf6w5oi/webrtcvad_1586ace923c141148db5db726514456f/setup.py'"'"'; file='"'"'/private/var/folders/2q/5hvf_mmd3kvdplw3nlks4s70_wp3ds/T/pip-install-stf6w5oi/webrtcvad_1586ace923c141148db5db726514456f/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/2q/5hvf_mmd3kvdplw3nlks4s70_wp3ds/T/pip-record-0go3rwp7/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/webrtcvad Check the logs for full command output.
Any help would be greatly apreciated.
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I tried ot install I get the following error
I have attached the log file
webrtcvad_log.txt
pip3 install webrtcvad --log webrtcvad_log.txt
Collecting webrtcvad
Downloading webrtcvad-2.0.10.tar.gz (66 kB)
|████████████████████████████████| 66 kB 451 kB/s
Building wheels for collected packages: webrtcvad
Building wheel for webrtcvad (setup.py) ... error
ERROR: Failed building wheel for webrtcvad
Running setup.py clean for webrtcvad
Failed to build webrtcvad
Installing collected packages: webrtcvad
Running setup.py install for webrtcvad ... error
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/2q/5hvf_mmd3kvdplw3nlks4s70_wp3ds/T/pip-install-stf6w5oi/webrtcvad_1586ace923c141148db5db726514456f/setup.py'"'"'; file='"'"'/private/var/folders/2q/5hvf_mmd3kvdplw3nlks4s70_wp3ds/T/pip-install-stf6w5oi/webrtcvad_1586ace923c141148db5db726514456f/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/2q/5hvf_mmd3kvdplw3nlks4s70_wp3ds/T/pip-record-0go3rwp7/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/webrtcvad Check the logs for full command output.
Any help would be greatly apreciated.
Thank you
The text was updated successfully, but these errors were encountered: