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

Missing pipecat audio in patient-intake and not loading the environment #758

Open
TeslaGeek opened this issue Nov 28, 2024 · 2 comments
Open
Assignees

Comments

@TeslaGeek
Copy link

Description

Is this reporting a bug or feature request?

Reporting two bugs related to patient-intake example

If reporting a bug, please fill out the following:

Environment

  • pipecat-ai version: 0.0.45
  • python version: 3.9
  • OS: 12.7.6

Issue description

Provide a clear description of the issue.
I tried another example patient-intake in Pycharm (rather than VSCode).
Firstly the code was missing the environment initialisation and these two lines should be added to server.py in this example:

from dotenv import load_dotenv
load_dotenv(override=True)

Secondly, I used python 3.9 to run the code and I got the same error as simple-chatbot:

from pipecat.audio.vad.silero import SileroVADAnalyzer
ModuleNotFoundError: No module named 'pipecat.audio'

I would appreciate if someone help me to understand why this module and other possible pipecat modules are not available.

Repro steps

List the steps to reproduce the issue.

Expected behavior

Actual behavior

Logs

@markbackman
Copy link
Contributor

Hey @TeslaGeek, the minimum python version is 3.10. Can you try updating? Also, we've made some changes to Pipecat with how the SileroVADAnalyzer works. Can you try updating to the latest Pipecat?

@markbackman
Copy link
Contributor

Also, let's keep one issue open. Can I close this one?
#756

@markbackman markbackman self-assigned this Dec 3, 2024
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

2 participants