Closed BakingBrains closed 3 years ago
@BakingBrains please paste full logs as the error message says.
@jacobkahn Thank you. I resolved it
Hi, could you share how you resolved the issue?
I encounter the same problem...
@IlllIIII after installing kenlm in colab Do this
!git clone -b v0.2 https://github.com/facebookresearch/wav2letter.git
%cd wav2letter/bindings/python
import os
os.environ['KENLM_ROOT_DIR'] = "/content/kenlm/"
!export KENLM_ROOT_DIR=/content/self-supervised-speech-recognition/libs/kenlm/
!pip install -e .
Hope this helps
Hey, thanks for the reply :)
I'm installing wav2letter locally and I double-checked KENLM_ROOT_DIR
but I'm still getting the same error.
I think there's a problem with my environment...
but thanks again!
@IlllIIII In local as well
execute this
import os
os.environ['KENLM_ROOT_DIR'] = "/content/kenlm/"
and then install wav2letter.
This solved for me (loclally as well)
I am following the below steps to install wav2letter. But facing some issues while installing.
Error:
Any suggestions?
Thank you