<@U084APK40NS> ImportError: cannot import name 'go...
# ask-ai
s
@millions-hair-24956 ImportError: cannot import name 'google' from 'livekit.plugins' (unknown location) from livekit.plugins import openai ,google
g
It seems likely that the
google
module is not available in the
livekit.plugins
package. According to the LiveKit plugins documentation, the
google
plugin should be available, but if you're encountering an import error, it might be due to an outdated or incorrect installation of the LiveKit plugins. To resolve this, you can try the following steps: 1. Verify Installation: Ensure that the
livekit-plugins-google
package is installed. You can check this by running
pip list | grep livekit-plugins-google
. 2. Update Packages: If the package is installed, try updating it to the latest version using
pip install --upgrade livekit-plugins-google
. 3. Check for Typos: Double-check your import statement for any typos or incorrect syntax. Would you like more detailed guidance on any of these steps? Sources: - LiveKit plugins documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.