-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In the tutorial - step 2 in notebook 2 "Registre..." fails with missing module.
The error is triggered by the command "fs = FeatureStore("./feature_repo")"
The Feast evrsion is 0.15.1 and the Azure feast provider is 0.2.1.
Error "snippet" first lines and last line.
ModuleNotFoundError Traceback (most recent call last)
/anaconda/envs/azureml_py38/lib/python3.8/site-packages/feast/infra/online_stores/redis.py in
43 from redis import Redis
---> 44 from rediscluster import RedisCluster
.........
FeastModuleImportError: Could not import RedisOnlineStoreConfig module 'feast.infra.online_stores.redis'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working