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
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
So I was trying to run the make run_assistant and it's saying that it cant found gRPC and alsa packages and to export them to the env variable PKG_CONFIG_PATH, basically, it kept repeating this error:
Package grpc++ was not found in the pkg-config search path.
Perhaps you should add the directory containing `grpc++.pc'
to the PKG_CONFIG_PATH environment variable
Package 'grpc++', required by 'virtual:world', not found
Package 'grpc', required by 'virtual:world', not found
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
Package 'alsa', required by 'virtual:world', not found
And it ended with a error 1:
/usr/bin/ld: src/assistant/run_assistant_audio.o: undefined reference to symbol
'_ZN4grpc14SslCredentialsERKNS_21SslCredentialsOptionsE'
/usr/bin/ld: /usr/local/lib/libgrpc++.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:111: recipe for target 'run_assistant_audio' failed
make: *** [run_assistant_audio] Error 1