waymo-open-dataset
waymo-open-dataset copied to clipboard
error: from waymo_open_dataset import v2
trafficstars
cannot import v2 this is a clean environment with waymo-open-dataset-tf-2-11-0==1.6.0 installed >_<
def from_dict(cls: Type[_T], columns: dict[str, Any]) -> _T: TypeError: 'type' object is not subscriptable
Hi,
could you check your python version and make sure it's >=3.9?
Thanks, Wayne