google-research / tapas

End-to-end neural table-text understanding models.
Apache License 2.0
1.15k stars 217 forks source link

SQA Prediction is not producing output test_sequence.tsv #122

Closed rajarajac closed 3 years ago

rajarajac commented 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'

rajarajac commented 3 years ago

changing the python version from 3.6 to 3.7 resolved the issue.

ManasiPat commented 3 years ago

Hello I tried changing the python version however it still gives me the same error.