Skip to content

Py3.10 / macOS Feast wheel missing "protos" #2639

@mikeyk

Description

@mikeyk

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

  1. Install Python 3.10 / x64_64 version of the macOS wheels for anything above Feast 0.20.0
  2. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions