While deploying the 0.30.2 chart, I'm getting below error when running "feast version". Seems like the feast version installed there is broken.
While trying to test feast, getting following error.
Traceback (most recent call last):
File "/usr/local/bin/feast", line 5, in
from feast.cli import cli
File "/sdk/python/feast/init.py", line 7, in
from feast.infra.offline_stores.bigquery_source import BigQuerySource
File "/sdk/python/feast/infra/offline_stores/bigquery_source.py", line 5, in
from feast import type_map
File "/sdk/python/feast/type_map.py", line 37, in
from feast.protos.feast.types.Value_pb2 import (
ModuleNotFoundError: No module named 'feast.protos'
How to fix it:
Rollback to 0.30.2 version
$ pip uninstall feast
$ pip install feast==0.30.2