Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels