BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.39k stars 233 forks source link

ModuleNotFoundError: No module named 'engineio' #143

Open crisscrosss opened 2 years ago

crisscrosss commented 2 years ago

Running main.py gives the error:

Traceback (most recent call last): File "/content/Voice-Cloning-App/main.py", line 5, in <module> from engineio.async_drivers import threading # noqa ModuleNotFoundError: No module named 'engineio'

Running pip list shows that python-engineio is installed

p.s. I am running this in google colab

king-dahmanus commented 2 years ago

I believe you have to use python 3.6 for it to work, untill mister ben updates the requirements, and more importantly fix my dll error