You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in version 0.40.1: FeastModuleImportError: Could not import module 'feast.infra.offline_stores.contrib.postgres_offline_store.postgres' while attempting to load class 'PostgreSQLOfflineStoreConfig'
#4507
Closed
dejavu284 opened this issue
Sep 10, 2024
· 4 comments
The error disappears when I downgrade the version to 0.39.0.
The feature store object was successfully created
When creating a feature store object, an error occurs: FeastModuleImportError: Failed to import module 'feast.infra.offline_stores.contrib.postgres_offline_store.postgres' when trying to load class 'PostgreSQLOfflineStoreConfig'
Steps to reproduce:
Create new conda env: conda create -n feast-mvp
Install python: conda install python==3.9.13
Install feast: pip install feast==0.40.1
Install other libs: pip install postgres psycopg2-binary==2.9.9
Specifications
Version: 0.40.1
Platform: windows
Subsystem: wsl ubuntu (for reproduce)
Possible Solution
The text was updated successfully, but these errors were encountered:
The error disappears when I downgrade the version to 0.39.0.
The feature store object was successfully created
When creating a feature store object, an error occurs: FeastModuleImportError: Failed to import module 'feast.infra.offline_stores.contrib.postgres_offline_store.postgres' when trying to load class 'PostgreSQLOfflineStoreConfig'
Steps to reproduce:
Specifications
Possible Solution
The text was updated successfully, but these errors were encountered: