Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.27k stars 905 forks source link

pip3 install -r requirements.txt fails. #470

Closed songproducer closed 4 years ago

songproducer commented 4 years ago

ERROR: numba 0.48.0 has requirement numpy>=1.15, but you'll have numpy 1.14.0 which is incompatible

I already have tried installing numpy-1.15.0 and numpy-1.18.2

songproducer commented 4 years ago

changing requirements.txt to numpy==1.18.2 scipy==1.4.1 fixed errors