Need help installing DeepSpeech for training/transfer learning in Google Cloud VM

Hi Everyone, I have been trying to install DeepSpeech 0.8.2 for training in Google Cloud Virtual Machine instance for some time, also i followed the instructions/steps in the DeepSpeech 0.8.2 training documentation.

Am getting the following error from file DeepSpeech.py:
from deepspeech_training import train as ds_train
ModuleNotFoundError: No module named “deepspeech_training”

Things i have tried:
1.Upgrading pip
2.Tried installing DeepSpeech in different versions 3.7, 3.6, 3.5 of python

Any suggestion/help in what i should try would be great, Thanks in advance.

It does work, we need more info. Maybe venv?

Obviously, something is missing. Please, as @othiele suggested, share your exact steps.

Solved it, did a clean installation of python3.7 from source its working now. Sorry for the trouble & Thanks.

2 Likes