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

Installing pipecat-ai[google] removes elements from pipecat-ai[openai]. Google is required for "pipecat-ai-flows" #817

Open
jonkatz opened this issue Dec 10, 2024 · 1 comment

Comments

@jonkatz
Copy link

jonkatz commented Dec 10, 2024

Description

Is this reporting a bug or feature request?
BUG

If reporting a bug, please fill out the following:

Environment

  • pipecat-ai version: 0.0.49
  • python version: 3.12.7
  • OS: MacOS

Issue description

Provide a clear description of the issue.
Installing pipecat-ai[google] removes elements from pipecat-ai[openai]. I don't even want google, but it seems to be a requirement of flows.

poetry add 'pipecat-ai[openai]'
poetry add 'pipecat-ai[google]'

See google remove elements from openai.

Repro steps

(myenv)% poetry add 'pipecat-ai[openai]'
Using version ^0.0.49 for pipecat-ai

  Updating dependencies
  Resolving dependencies... (0.2s)
  
  Package operations: 2 installs, 0 updates, 0 removals
  
    - Installing openai (1.50.2)
    - Installing python-deepcompare (1.0.1)

Writing lock file

(myenv)% poetry add 'pipecat-ai[google]'
Using version ^0.0.49 for pipecat-ai

Updating dependencies
Resolving dependencies... (0.1s)

Package operations: 0 installs, 0 updates, 2 removals

  - Removing openai (1.50.2)
  - Removing python-deepcompare (1.0.1)

Writing lock file

Expected behavior

Both can coexist?

Actual behavior

Both cannot coexist. Flows is flagging errors.

Logs

@jonkatz
Copy link
Author

jonkatz commented Dec 11, 2024

FWIW, I resolved this by uninstalling and then installing them both together...poetry add 'pipecat-ai[google, openai]'

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

1 participant