google-research/t5x

InteractiveModel import error in Kaggle TPU VM

KeremTurgutlu opened this issue · 1 comments

In Kaggle TPU VM getting:

from t5x.interactive_model import InteractiveModel
>>>TypeError: 'ABCMeta' object is not subscriptable

Switched to TPU VM from google cloud. Probably kaggle team needs to update their VMs to use a 3.9+ python version.