-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Py3.10 / macOS Feast wheel missing "protos" #2639
Copy link
Copy link
Closed
Labels
Description
Expected Behavior
pip install feast
feast init (or anything) works
Current Behavior
Any feast command fails with:
from feast.protos.feast.types.Value_pb2 import (
ModuleNotFoundError: No module named 'feast.protos'
Steps to reproduce
- Install Python 3.10 / x64_64 version of the macOS wheels for anything above Feast
0.20.0 - Run any feast command
Versions 0.19 and earlier work fine, and it looks like the protos are available for Python 3.9, just not 3.10
Specifications
- Version: 0.20.x
- Platform: macOS
- Subsystem:
Possible Solution
Reactions are currently unavailable