self-supervised-speech-recognition icon indicating copy to clipboard operation
self-supervised-speech-recognition copied to clipboard

error install wav2letter

Open baoloc97 opened this issue 3 years ago • 3 comments

ERROR: Command errored out with exit status 1: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/baoloc2509/Desktop/Project/Rever/Call_transcription/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"'; file='"'"'/home/baoloc2509/Desktop/Project/Rever/Call_transcription/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.

when i try to export KENLM_ROOT_DIR=path/to/libs/kenlm/ && pip install -e . i read all the same issue on this page but cant help.

baoloc97 avatar Sep 14 '22 11:09 baoloc97

me too, any help ?

HaQuocHuyPtit avatar Sep 15 '22 09:09 HaQuocHuyPtit

remove "path/to/libs/kenlm/" with the path of kenlm folder. It should look like this in google colab "/content/self-supervised-speech-recognition/libs/kenlm/"

kietbg0079 avatar Nov 05 '22 10:11 kietbg0079

You can read this for your guidance: https://github.com/flashlight/wav2letter/wiki/Building-Python-bindings

jmukiibi avatar Feb 11 '23 15:02 jmukiibi