Hi, facing the same issue.
I followed the training doc and redid the installation multiple times and still facing the same issue.
Please guide me through the ‘pip install -e’ step, you have mentioned because i couldn’t find it in the training docs.
here is the error, i received. I am doing the training on google colab, so I haven’t created a virtual env.
/content/drive/My Drive/transfer learning/deepspeech
Training package is not installed. See training documentation.
Traceback (most recent call last):
File “DeepSpeech.py”, line 7, in
from deepspeech_training import train as ds_train
ModuleNotFoundError: No module named ‘deepspeech_training’