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

Voice Chat AI Update if you are updating from older version #14

Closed
bigsk1 opened this issue Mar 22, 2025 · 0 comments
Closed

Voice Chat AI Update if you are updating from older version #14

bigsk1 opened this issue Mar 22, 2025 · 0 comments

Comments

@bigsk1
Copy link
Owner

bigsk1 commented Mar 22, 2025

3/21/25 - New update to fix Transformers CVE also required updated coqpit to 0.26.0 changes to package dependency. I just created new env and reinstalled packages to solve.

ImportError: Coqpit module not found

If you update to coqui-tts 0.26.0 (which supports transformers 4.48.0+) and encounter an error related to importing Coqpit, this is because of a package dependency change. The newer version of coqui-tts uses a forked version of coqpit called coqpit-config instead of the original coqpit package.

To fix this issue:

  1. Uninstall the old package:

    pip uninstall coqpit
  2. Install the new forked package:

    pip install coqpit-config
  3. Restart your Python session or application

If you continue to have issues after these steps, creating a fresh virtual environment and reinstalling all dependencies is the most reliable solution.

@bigsk1 bigsk1 pinned this issue Mar 22, 2025
@bigsk1 bigsk1 closed this as completed Mar 22, 2025
@bigsk1 bigsk1 changed the title New Voice Chat AI Update if you are updating from old version New Voice Chat AI Update if you are updating from older version Mar 22, 2025
@bigsk1 bigsk1 changed the title New Voice Chat AI Update if you are updating from older version Voice Chat AI Update if you are updating from older version Mar 22, 2025
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