Skip to content
New issue

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

cannot import name 'CallClient #372

Open
ouyangshaoxia opened this issue Aug 12, 2024 · 4 comments
Open

cannot import name 'CallClient #372

ouyangshaoxia opened this issue Aug 12, 2024 · 4 comments

Comments

@ouyangshaoxia
Copy link

ouyangshaoxia commented Aug 12, 2024

"Ubuntu 18.04
CUDA Version: 11.6
I am facing issues as described below when I'm trying to use it normally according to the guide."
How shold i do

python app.py

Traceback (most recent call last):
File "/mnt/D/pipecat/app.py", line 11, in
from pipecat.transports.services.daily import DailyParams, DailyTransport
File "/home/yyq/miniconda3/envs/pipecat/lib/python3.10/site-packages/pipecat/transports/services/daily.py", line 19, in
from daily import (
ImportError: cannot import name 'CallClient' from 'daily' (/home/yyq/miniconda3/envs/pipecat/lib/python3.10/site-packages/daily.py)

@kuzma2022
Copy link

same error

@aconchillo
Copy link
Contributor

aconchillo commented Aug 16, 2024

Hi! How did you install Pipecat?

@ouyangshaoxia
Copy link
Author

"Ubuntu 18.04
CUDA Version: 11.6

just using pip install pipecat-ai

Because when I install daily-python
pip3 install daily-python

ERROR: Could not find a version that satisfies the requirement daily-python (from versions: none)
ERROR: No matching distribution found for daily-python

@aconchillo
Copy link
Contributor

aconchillo commented Aug 16, 2024

Oh, right. This is because daily-python needs glibc >= 2.35 and Ubuntu 18.04 has glibc 2.27. Unfortunately, as of today, I can only suggest to update to Ubuntu 22.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants