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

Discrepancy between PyPI package and GitHub repository contents #483

Open
iamheinrich opened this issue Sep 20, 2024 · 0 comments
Open

Discrepancy between PyPI package and GitHub repository contents #483

iamheinrich opened this issue Sep 20, 2024 · 0 comments

Comments

@iamheinrich
Copy link

Hi there,

I've noticed a significant difference between the content available in the GitHub repository and what gets installed via pip from PyPI.

When installing the package using pip install pipecat-ai, the installed version seems to be missing several modules and files that are present in the GitHub repository. Specifically, I encountered a ModuleNotFoundError for pipecat.transcriptions, which exists in the GitHub repo but not in the pip-installed package. CartesiaHttpTTSService also doesn't exist in pipecat.services.cartesia

Steps to reproduce:

  1. pip install pipecat-ai
  2. Try to import from missing modules, e.g., from pipecat.transcriptions.language import Language

Expected behavior: All modules present in the GitHub repository should be available after pip installation.

Actual behavior: Some modules are missing, leading to import errors.

Could you please look into this discrepancy and ensure that the PyPI package includes all necessary files? Alternatively, if there's a recommended way to install the full package that I'm missing, I'd appreciate some guidance.

Thank you for your time and for maintaining this project!

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