Closed JustWon closed 7 years ago
The problem is that dytb_train
(and dytb_evaluate
) use the path #!/usr/bin/env python
that fallback to the default python interpreter that almost everywhere (except on Archlinux) is a symlink to python2.
I'm going to change the interpreter invocation line ti #!/usr/bin/env python3
that should work fine in every environment (where python3.x is installed, of corse).
Ok, done. Upgrade your local installation with pip install --upgrade dytb
and everything should work fine.
When I try to execute dytb_train, I encounter this error message.. Among them, I think the last error may cause the problem.. Could you give me a clue to solve this problem?