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
While debugging the startup of this module with a community member, the pyaudio dependency failed to build the native wheels without access to aarch64-linux-gnu-gcc compiler.
We should check for this command on aarch64 linux systems in run.sh and install the compiler if needed:
sudo apt-get -y install gcc-aarch64-linux-gnu
The text was updated successfully, but these errors were encountered:
While debugging the startup of this module with a community member, the
pyaudio
dependency failed to build the native wheels without access toaarch64-linux-gnu-gcc
compiler.We should check for this command on aarch64 linux systems in
run.sh
and install the compiler if needed:sudo apt-get -y install gcc-aarch64-linux-gnu
The text was updated successfully, but these errors were encountered: