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
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
Lazy imports with Try and Except
Either make GRPCIO dependencies as required (or)
The text was updated successfully, but these errors were encountered:
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
commandSpecifications
Possible Solution
The text was updated successfully, but these errors were encountered: