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
Pip error: Could not find a version that satisfies the requirement tensorflow==1.15
You are likely using Python 3.8+ which is incompatible with Tensorflow 1.15. To resolve this, you will need to switch to Python 3.6 or 3.7.
The supported Python versions are listed in README.md. Please follow the setup instructions carefully to avoid subsequent problems.
We plan to support Python 3.8+ at a later date by updating the synthesizer code to a PyTorch-only implementation (#447) or by using a Tensorflow 2.x-compatible tacotron (#370).
It gives me an error message, when I run the given command
pip install -r requirements.txt
:The text was updated successfully, but these errors were encountered: