-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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
- Lazy imports with Try and Except
- Either make GRPCIO dependencies as required (or)