feast icon indicating copy to clipboard operation
feast copied to clipboard

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'

Open dejavu284 opened this issue 1 year ago • 0 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

dejavu284 avatar Sep 10 '24 09:09 dejavu284