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
Expected Behavior
pip install feastfeast init(or anything) worksCurrent Behavior
Any feast command fails with:
Steps to reproduce
0.20.0Versions
0.19and earlier work fine, and it looks like theprotosare available for Python 3.9, just not 3.10Specifications
Possible Solution