I am trying to run the below project on Google colab :
# DeepVoice3: Single-speaker text-to-speech demo
but I get the below error:
Preparing metadata (setup.py) ... done
Preparing metadata (setup.py) ... done
Building wheel for lws (setup.py) ... error
ERROR: Failed building wheel for lws
Running setup.py install for lws ... error
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-huzmzlef/lws_08fbabd0169f4f1b9db7360929f99742/setup.py'"'"'; __file__='"'"'/tmp/pip-install-huzmzlef/lws_08fbabd0169f4f1b9db7360929f99742/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-8u22f93x/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7/lws Check the logs for full command output.
and I have tried to fix it by the ERROR: Failed building wheel for lws in Google search result like this and this, and done it in the below colab page(link):
But it does not fix, so if possible I like to have some comment or answer for guiding to fix this error.
Thanks.