Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep voice 3 multi speaker on Colab - failed building wheel for lws #221

Open
mdkberry opened this issue Mar 19, 2021 · 1 comment
Open

Comments

@mdkberry
Copy link

mdkberry commented Mar 19, 2021

there is error after error trying to run either of the colabs

# Copy preset file (json) from master
# The preset file describes hyper parameters
! git checkout master --quiet
preset = "./presets/deepvoice3_vctk.json"
! cp -v $preset .
preset = "./deepvoice3_vctk.json"

# And then git checkout to the working commit
# This is due to the model was trained a few months ago and it's not compatible
# with the current master. 
! git checkout 0421749 --quiet
! pip install -q -e '.[train]'

'./presets/deepvoice3_vctk.json' -> './deepvoice3_vctk.json'
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 sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-hi5egqjb/lws/setup.py'"'"'; file='"'"'/tmp/pip-install-hi5egqjb/lws/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-6qawewzq/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.

@faheemkhaskheli9
Copy link

in setup.py file, remove the version for lws, on line 87
just write "lws"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants