Skip to content

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

Closed
@bigsk1

Description

@bigsk1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions