wav2letter
wav2letter copied to clipboard
WAV2decoder package import error
Question
Hello I code like below, and it throws an error message.
code - from wav2letter.decoder import CriterionType error - ModuleNotFoundError: No module named 'wav2letter'
I am using windows 10.
Additional Context
I've been trying to find the wav2letter.decoder code but can't... please help me!
Did you follow all instructions on installations the python bindings? If yes, then check that python is run from the python bindings folder. If not, you need to do at first something like sys.path.insert(0, "path to wav2letter/bindings/python").