Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'pydecoders' #33

Open
zcy618 opened this issue Jul 18, 2020 · 1 comment
Open

ModuleNotFoundError: No module named 'pydecoders' #33

zcy618 opened this issue Jul 18, 2020 · 1 comment

Comments

@zcy618
Copy link

zcy618 commented Jul 18, 2020

hi friends:
when I run below command:

python athena/main.py examples/translate/spa-eng-example/transformer.json

there is one error as below:

(athena-train-env) parallels@parallels-Parallels-Virtual-Platform:~/Desktop/asr/athena$ python athena/main.py examples/translate/spa-eng-example/transformer.json
There is some problem with your horovod installation. But it wouldn't affect single-gpu training
There is some problem with your horovod installation. But it wouldn't affect single-gpu training
Traceback (most recent call last):
File "athena/main.py", line 24, in
from athena import *
File "/home/parallels/Desktop/asr/athena/athena/init.py", line 56, in
from .solver import BaseSolver
File "/home/parallels/Desktop/asr/athena/athena/solver.py", line 34, in
from pydecoders import WFSTDecoder
ModuleNotFoundError: No module named 'pydecoders'

and I try to install pydecoders, but there is not:

(athena-train-env) parallels@parallels-Parallels-Virtual-Platform:~/Desktop/asr/athena$ pip install pydecoders
ERROR: Could not find a version that satisfies the requirement pydecoders (from versions: none)
ERROR: No matching distribution found for pydecoders

So could you tell me how should I install it please?

Thanks.

@godjealous
Copy link
Collaborator

Well, the pydecoder module is under athena-team project. That is our latest project. Please follow that project
https://github.com/athena-team

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants