deepopinion / anls_star_metric

Official implementation of the ANLS* metric
Apache License 2.0
18 stars 0 forks source link

`key_scores_utils` ImportError #8

Open phschoepf opened 4 months ago

phschoepf commented 4 months ago

Steps to reproduce

Output:

  File ".../anls_star_metric/src/anls_star.py", line 16, in <module>
    from . import key_scores_utils as ksu
ImportError: attempted relative import with no known parent package

Attempts to fix

Removing the problematic import (L16) and all lines where it's used fixes the issue. It is thus isolated to the key_scores_utils introduced in 0.0.11.

Additional information

peerdavid commented 2 weeks ago

Whats the status with this error @phschoepf ?