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
The issue was feast[gcp]==0.17.0 doesn't support python 3.7 due to unpinned external dependencies. This is not an issue for me anymore after I pinned the numpy version (if I remember correctly) that supports python 3.7. The Feast test passed with python 3.7 support. @woop suggested me to open an issue.
Expected Behavior
pip install feast[gcp]==0.17.0
should install feast successfullyCurrent Behavior
pip install feast[gcp]==0.17.0
failed to install when the external libraries it depends on don't support python 3.7.Steps to reproduce
Reproduce using Conda:
I used Conda
4.8.5
on my local MacOS12.1
Reproduce using Dockerfile:
The text was updated successfully, but these errors were encountered: