Skip to content

Running feast version command throw error #4532

@EXPEbdodla

Description

@EXPEbdodla

Expected Behavior

Should return the version without GRPCIO dependencies installed.

Current Behavior

Requires GRPCIO dependencies to be installed otherwise throws error

python3.11/site-packages/feast/errors.py", line 8, in <module> from grpc import StatusCode as GrpcStatusCode ModuleNotFoundError: No module named 'grpc'

Steps to reproduce

Install latest feast and run feast version command

Specifications

  • Version: Master branch
  • Platform: Mac
  • Subsystem:

Possible Solution

  1. Lazy imports with Try and Except
  2. Either make GRPCIO dependencies as required (or)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions