Closed rajarajac closed 3 years ago
Seeing below error message:
Traceback (most recent call last): File "tapas/tapas/run_task_main.py", line 32, in from tapas.retrieval import e2e_eval_utils ModuleNotFoundError: No module named 'tapas.retrieval'
changing the python version from 3.6 to 3.7 resolved the issue.
Hello I tried changing the python version however it still gives me the same error.
Seeing below error message:
Traceback (most recent call last): File "tapas/tapas/run_task_main.py", line 32, in
from tapas.retrieval import e2e_eval_utils
ModuleNotFoundError: No module named 'tapas.retrieval'