athena
athena copied to clipboard
ModuleNotFoundError: No module named 'pydecoders'
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
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.
Well, the pydecoder module is under athena-team project. That is our latest project. Please follow that project https://github.com/athena-team
Thanks