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

Library with incompatible requirements. #16

Open
klaygomes opened this issue Mar 3, 2024 · 1 comment
Open

Library with incompatible requirements. #16

klaygomes opened this issue Mar 3, 2024 · 1 comment

Comments

@klaygomes
Copy link

This software is not possible to use on a Mac. In Python version 3.8, an error appears stating that espeakng==1.0.3 requires Python version 3.9 or higher. Unfortunately, when I update to Python 3.9, I get an error saying vidia-cublas-cu12=12.1.3.1 needs Python version lower than 3.9.

Error while running with Python 3.8

ERROR: Ignored the following versions that require a different python version: 1.0.3 Requires-Python >=3.9; 1.2.0 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement espeakng==1.0.3 (from versions: 1.0.1, 1.0.2)
ERROR: No matching distribution found for espeakng==1.0.3

Error while running with Python 3.9

ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9
ERROR: Could not find a version that satisfies the requirement nvidia-cublas-cu12==12.1.3.1 (from versions: 0.0.1.dev5)
ERROR: No matching distribution found for nvidia-cublas-cu12==12.1.3.1
@FlorianEagox
Copy link
Owner

Hello, I'm sorry I don't have access to a MacBook for testing this. If you can get Coqui TTS installed on your system with all the stuff listed in requirements.txt, you might could try that
(pip install tts)

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

2 participants