-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug in version 0.39.0: Could not import module 'feast.infra.online_stores.sqlite' while attempting to load class 'SqliteOnlineStoreConfig' #4293
Comments
I'll make a patch for this but the simple fix is to |
cool thanks! |
@tokoko I'm having issues trying to get pixi working with 3.9 I'm removing the SQLite separation we had and i'm just going to add it to the default installation but when I try to recompile the pixi packages. It worked previously, so I'm confused about what changed. pixi run --environment py39 --manifest-path infra/scripts/pixi/pixi.toml "uv pip compile --system --no-strip-extras setup.py --output-file sdk/python/requirements/py3.9-requirements.txt"
× The current platform does not satisfy the minimal virtual package requirements
╰─▶ the environment 'py39' does not support 'osx-64' |
Here's the relevant PR: #4294 |
You just need to add |
This will possibly make the |
I am using 0.38.0 and when I run
could this be related? |
@amirali-shfz No, that's a different one, already fixed #4241 |
@franciscojavierarceo Should I take this one? |
I'm going to release a patch this week 👍 |
This has been fixed and published in 0.39.1. That said, there are still failures in publishing the images. https://github.com/feast-dev/feast/actions/runs/9791956416 |
Expected Behavior
Note this error goes away when I downgrade to 0.38.0
pip install 'feast[gcp]'
feast init -t gcp
python test_workflow.py
This should just work, but I'm getting the error below.
Current Behavior
Steps to reproduce
pip install 'feast[gcp]'
feast init -t gcp
python test_workflow.py
Note this error goes away when I downgrade to 0.38.0
Specifications
Possible Solution
downgrade to 0.38.0
The text was updated successfully, but these errors were encountered: