File "demo_toolbox.py", line 2, in
from toolbox import Toolbox
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\toolbox__init__.py", line 3, in
from synthesizer.inference import Synthesizer
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\inference.py", line 1, in
from synthesizer.tacotron2 import Tacotron2
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\tacotron2.py", line 3, in
from synthesizer.models import create_model
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models__init__.py", line 1, in
from .tacotron import Tacotron
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models\tacotron.py", line 4, in
from synthesizer.models.helpers import TacoTrainingHelper, TacoTestHelper
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models\helpers.py", line 3, in
from tensorflow.contrib.seq2seq import Helper
ModuleNotFoundError: No module named 'tensorflow.contrib'
File "demo_toolbox.py", line 2, in
from toolbox import Toolbox
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\toolbox__init__.py", line 3, in
from synthesizer.inference import Synthesizer
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\inference.py", line 1, in
from synthesizer.tacotron2 import Tacotron2
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\tacotron2.py", line 3, in
from synthesizer.models import create_model
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models__init__.py", line 1, in
from .tacotron import Tacotron
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models\tacotron.py", line 4, in
from synthesizer.models.helpers import TacoTrainingHelper, TacoTestHelper
File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models\helpers.py", line 3, in
from tensorflow.contrib.seq2seq import Helper
ModuleNotFoundError: No module named 'tensorflow.contrib'