ModuleNotFoundError: No module named 'coval.coval.eval'
Closed this issue · 2 comments
mhillebrand commented
$ python run_scorer.py models/pairwise_scorers mixed
Traceback (most recent call last):
File "run_scorer.py", line 4, in <module>
from coval.coval.eval import evaluator
ModuleNotFoundError: No module named 'coval.coval.eval'
mhillebrand commented
I fixed this issue by installing coval
with pip install -e .
from https://github.com/ns-moosavi/coval.
cccccs commented
I fixed this issue by installing
coval
withpip install -e .
from https://github.com/ns-moosavi/coval.
hi,I do as you said, but it doesn't work. could you please say this detaily? did you change the code of run_scorer.py? THANKS.