I can run jiant as outlined in the tutorial, but when I try to import jiant in an file from the scripts folder it breaks. A stray comment in one of the files suggested that there are (or should be) symlinks?
% I am interested in running a custom (new) script, but for example:
$ conda activate jiant; ./user_config.sh; python scripts/ccg/align_tags_to_bert.py
Traceback (most recent call last):
File "scripts/ccg/align_tags_to_bert.py", line 8, in <module>
from jiant.utils.retokenize import get_aligner_fn
ModuleNotFoundError: No module named 'jiant'
Issue by cjlovering Friday Apr 03, 2020 at 18:45 GMT Originally opened as https://github.com/nyu-mll/jiant/issues/1050
I can run jiant as outlined in the tutorial, but when I try to import jiant in an file from the scripts folder it breaks. A stray comment in one of the files suggested that there are (or should be) symlinks?