CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.54k stars 8.79k forks source link

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

Closed dawid-niedzwiecki closed 4 years ago

dawid-niedzwiecki commented 4 years ago

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

ghost commented 4 years ago

https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/431#issuecomment-665165023

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 commented 4 years ago

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.