Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'coval.coval.eval' #1

Closed
mhillebrand opened this issue Jun 26, 2021 · 2 comments
Closed

ModuleNotFoundError: No module named 'coval.coval.eval' #1

mhillebrand opened this issue Jun 26, 2021 · 2 comments

Comments

@mhillebrand
Copy link

mhillebrand commented Jun 26, 2021

$ 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
Copy link
Author

I fixed this issue by installing coval with pip install -e . from https://github.com/ns-moosavi/coval.

@cccccs
Copy link

cccccs commented Nov 30, 2021

I fixed this issue by installing coval with pip 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants