pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'CallClient' from 'daily'

yangmingming opened this issue · comments

I already install these module

pip install pipecat-ai fastapi requests openai daily click
image

Below is the software and system information
image

Thanks~

Hi! @yangmingming ! You need to install daily-python instead of daily.

pip install daily-python 

or

pip install pipecat-ai[daily]

Hope this helps

And actually, from the simple-chatbot fodler you can just do:

pip install -r requirements.txt

and it will install all the needed dependencies.

My mistake, thanks for your reply. It has been installed successfully. I will register again and need to go to the API to experience the Chinese support situation. Many thanks