-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
TTS seems incompatible with python 3.12 #784
Comments
### Resolving Python Version Compatibility Issues for Installing tts If you encounter issues installing the tts package due to Python version incompatibilities, follow these steps to resolve the problem: To avoid conflicts between the pre-installed & newly installed python versions make sure you are carrying out this process in an venv(virtual environment)
### For Ubuntu/Debian-based Systems:
Verify the Installation :
2.(Set Up a Virtual Environment)
3.Upgrade pip in virtual environment :
4.Verify the Installation :
NOTE ; ### If the above method shows error during the tts package installation using the pip command that means we have to reinstall the pip in that particular env for that simply add 2-3 lines of bash commands to your terminal :
If shows a gentle warning about the Path variables of the pip , make some changes in your shell config file :_You can access the Shell config file & make changes _ with the following commands :
|
The text was updated successfully, but these errors were encountered: