wav2letter icon indicating copy to clipboard operation
wav2letter copied to clipboard

WAV2decoder package import error

Open SongGeunil1 opened this issue 4 years ago • 1 comments

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!

SongGeunil1 avatar Oct 02 '20 00:10 SongGeunil1

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").

tlikhomanenko avatar Oct 04 '20 03:10 tlikhomanenko