-
Notifications
You must be signed in to change notification settings - Fork 15
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
Anthropic module is required when not using it #64
Comments
Hey @Atharv24, do you mind sharing repro steps? I just tried the following and it worked fine.
python3 -m venv venv
source venv/bin/activate
pip install pipecat-ai
touch .env
pip install "pipecat-ai[daily,openai,silero,deepgram]"
pip install pipecat-ai-flows
touch dev-requirements.txt
pip install -r dev-requirements.txt
pip install python-dotenv
touch test.py Pasted contents from 07c python test.py This ran as expected without needing Anthropic. Can you share your steps? |
Same issue here.
|
@markbackman i was using pipecat-ai in my existing project, then added pipecat-ai-flows without any optional dependencies (as they were included in pipecat-ai dependencies) |
Closing this issue as #69 has been merged. This will be included in the next Flows release. |
Hi, I added pipecat flows to my existing pipecat-ai workflow. I am using Silero, Deepgram, OpenAI and Daily for my project.
After installing pipecat-ai-flows, i tried running an example but got an import error for Anthropic.
The text was updated successfully, but these errors were encountered: