CREST icon indicating copy to clipboard operation
CREST copied to clipboard

Import utils.py fail

Open shmouelsamares opened this issue 3 years ago • 0 comments

Hi,

While running any of the notebooks I get the following error:

Input In [8], in <cell line: 9>()
      5 root_path = os.path.abspath(os.path.join(os.path.dirname("__file__"), '..'))
      7 sys.path.insert(0, root_path)
----> 9 from crest import Converter
     10 from crest.crest import crest2brat, brat2crest

ImportError: cannot import name 'Converter' from 'crest' (unknown location)`

shmouelsamares avatar Mar 06 '23 10:03 shmouelsamares