Skip to content

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

@mdkberry

Description

@mdkberry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions