I'm having a problem with running your server. Deepspeech requires python 2.7 and your script is working on python 3. So when I run python3 I always get
ModuleNotFoundError: No module named '_model'
And if I run just python (I'm using virtual environment for this) after running
from deepspeech.model import Module
no errors are displayed.
Any idea what I'm doing wrong?
I'm having a problem with running your server. Deepspeech requires python 2.7 and your script is working on python 3. So when I run python3 I always get
ModuleNotFoundError: No module named '_model'And if I run just python (I'm using virtual environment for this) after running
from deepspeech.model import Moduleno errors are displayed.
Any idea what I'm doing wrong?