-
Notifications
You must be signed in to change notification settings - Fork 85
Description
When I run these commands:
I got a lot of errors like this:
ImportError: cannot import name 'E5Model' from 'lotus.models' (/opt/miniconda3/envs/tag/lib/python3.10/site-packages/lotus/models/init.py)
Embedding european_football_2/Match
Traceback (most recent call last):
File "/Users/xx/Research/text2sql_huawei/TAG-Bench/setup/embed_df.py", line 5, in
from lotus.models import E5Model
ImportError: cannot import name 'E5Model' from 'lotus.models' (/opt/miniconda3/envs/tag/lib/python3.10/site-packages/lotus/models/init.py)
Embedding european_football_2/Player
Traceback (most recent call last):
File "/Users/xxResearch/text2sql_huawei/TAG-Bench/setup/embed_df.py", line 5, in
from lotus.models import E5Model
I would be very grateful if you could help me solve this problem!!
