When i run "sphinxtrain run" from database folder i get the following errors:
Sphinxtrain path: /usr/local/lib/sphinxtrain
Sphinxtrain binaries path: /usr/local/libexec/sphinxtrain
Running the training
Configuration (e.g. etc/sphinx_train.cfg) not defined
Compilation failed in require at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/slave_feat.pl line 51.
BEGIN failed--compilation aborted at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/slave_feat.pl line 51.
P.S: i followed the tutorial for building acoustic model step by step but i got this errors
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when i typed "sphinxtrain -t arabic db_name" two files are generated in db_name/etc: "feat.params" and "sphinx_train.cfg" so after that i didn't edit sphinx_train.cfg, i had run "sphinxtrain run"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello community , hope you're fine.
When i run "sphinxtrain run" from database folder i get the following errors:
Sphinxtrain path: /usr/local/lib/sphinxtrain
Sphinxtrain binaries path: /usr/local/libexec/sphinxtrain
Running the training
Configuration (e.g. etc/sphinx_train.cfg) not defined
Compilation failed in require at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/slave_feat.pl line 51.
BEGIN failed--compilation aborted at /usr/local/lib/sphinxtrain/scripts/000.comp_feat/slave_feat.pl line 51.
P.S: i followed the tutorial for building acoustic model step by step but i got this errors
You corrupted sphinx_train.cfg while editing.
when i typed "sphinxtrain -t arabic db_name" two files are generated in db_name/etc: "feat.params" and "sphinx_train.cfg" so after that i didn't edit sphinx_train.cfg, i had run "sphinxtrain run"
Share the model folder.
This is my database folder
@Nicholay V. Shmyrev i want your help plz
Last edit: hamza berjamy 2017-06-07
This appeared to be a problem with perl 5.26 which removed current folder from libs, see PERL_USE_UNSAFE_INC
Should be fixed now in github.