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
My docker build failed with the following error: 514.0 Creating virtual environment at: .venv 535.6 × Failed to build pyaudio==0.2.14 535.6 ├─▶ The build backend returned an error 535.6 ╰─▶ Call to setuptools.build_meta.build_wheel failed (exit status: 1) 535.6 535.6 [stdout] 535.6 running bdist_wheel 535.6 running build 535.6 running build_py 535.6 creating build/lib.linux-x86_64-cpython-312/pyaudio 535.6 copying src/pyaudio/init.py -> 535.6 build/lib.linux-x86_64-cpython-312/pyaudio 535.6 running build_ext 535.6 building 'pyaudio._portaudio' extension 535.6 creating build/temp.linux-x86_64-cpython-312/src/pyaudio 535.6 cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code 535.6 -DNDEBUG -g -O3 -Wall -fdebug-default-version=4 -fPIC 535.6 -I/tools/deps/include -I/tools/deps/include/ncursesw 535.6 -I/tools/deps/libedit/include -fPIC -I/usr/local/include 535.6 -I/usr/include -I/root/.cache/uv/builds-v0/.tmpytPnmo/include 535.6 -I/root/.local/share/uv/python/cpython-3.12.0-linux-x86_64-gnu/include/python3.12 535.6 -c src/pyaudio/device_api.c -o 535.6 build/temp.linux-x86_64-cpython-312/src/pyaudio/device_api.o 535.6 535.6 [stderr] 535.6 cc: error: unrecognized command-line option ‘-fdebug-default-version=4’ 535.6 error: command '/usr/bin/cc' failed with exit code 1 535.6 535.6 hint: This usually indicates a problem with the package or the build 535.6 environment. 535.6 help: pyaudio (v0.2.14) was included because openpilot (v0.1.0) 535.6 depends on pyaudio
pyaudio==0.2.14
setuptools.build_meta.build_wheel
pyaudio
openpilot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My docker build failed with the following error:
514.0 Creating virtual environment at: .venv
535.6 × Failed to build
pyaudio==0.2.14
535.6 ├─▶ The build backend returned an error
535.6 ╰─▶ Call to
setuptools.build_meta.build_wheel
failed (exit status: 1)535.6
535.6 [stdout]
535.6 running bdist_wheel
535.6 running build
535.6 running build_py
535.6 creating build/lib.linux-x86_64-cpython-312/pyaudio
535.6 copying src/pyaudio/init.py ->
535.6 build/lib.linux-x86_64-cpython-312/pyaudio
535.6 running build_ext
535.6 building 'pyaudio._portaudio' extension
535.6 creating build/temp.linux-x86_64-cpython-312/src/pyaudio
535.6 cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code
535.6 -DNDEBUG -g -O3 -Wall -fdebug-default-version=4 -fPIC
535.6 -I/tools/deps/include -I/tools/deps/include/ncursesw
535.6 -I/tools/deps/libedit/include -fPIC -I/usr/local/include
535.6 -I/usr/include -I/root/.cache/uv/builds-v0/.tmpytPnmo/include
535.6 -I/root/.local/share/uv/python/cpython-3.12.0-linux-x86_64-gnu/include/python3.12
535.6 -c src/pyaudio/device_api.c -o
535.6 build/temp.linux-x86_64-cpython-312/src/pyaudio/device_api.o
535.6
535.6 [stderr]
535.6 cc: error: unrecognized command-line option ‘-fdebug-default-version=4’
535.6 error: command '/usr/bin/cc' failed with exit code 1
535.6
535.6 hint: This usually indicates a problem with the package or the build
535.6 environment.
535.6 help:
pyaudio
(v0.2.14) was included becauseopenpilot
(v0.1.0)535.6 depends on
pyaudio
The text was updated successfully, but these errors were encountered: