Skip to content

Python version problem #5

Description

@TarikTz

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?

Metadata

Metadata

Assignees

Labels

waiting for responseCommented and waiting for user to response.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions