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

pip install -r requirements.txt gives an error #456

Closed
dawid-niedzwiecki opened this issue Jul 28, 2020 · 2 comments
Closed

pip install -r requirements.txt gives an error #456

dawid-niedzwiecki opened this issue Jul 28, 2020 · 2 comments

Comments

@dawid-niedzwiecki
Copy link

It gives me an error message, when I run the given command pip install -r requirements.txt:
image
image

@ghost
Copy link

ghost commented Jul 28, 2020

#431 (comment)

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).

@ghost
Copy link

ghost commented Jul 29, 2020

Presumed to be resolved. Reopen this issue if you are still experiencing this specific problem, or open a new issue if you have a different problem.

@ghost ghost closed this as completed Jul 29, 2020
This issue was closed.
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

1 participant