You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Uninstall the old package:
pip uninstall coqpit
Install the new forked package:
pip install coqpit-config
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.
The text was updated successfully, but these errors were encountered:
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
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
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 originalcoqpit
package.To fix this issue:
Uninstall the old package:
Install the new forked package:
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.
The text was updated successfully, but these errors were encountered: