Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install featureform==1.12.6 #1437

Open
AlexanderDhoore opened this issue May 2, 2024 · 1 comment
Open

Can't install featureform==1.12.6 #1437

AlexanderDhoore opened this issue May 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AlexanderDhoore
Copy link

AlexanderDhoore commented May 2, 2024

Expected Behavior

I'm trying to install featureform. I follow the quickstart, which says pip install featureform

https://docs.featureform.com/deployment/quickstart-docker

Actual Behavior

Running featureform command gives:

Traceback (most recent call last):
  File "/usr/local/bin/featureform", line 5, in <module>
    from featureform.cli import cli
  File "/usr/local/lib/python3.12/site-packages/featureform/__init__.py", line 19, in <module>
    from .register import *
  File "/usr/local/lib/python3.12/site-packages/featureform/register.py", line 21, in <module>
    from .grpc_client import GrpcClient
  File "/usr/local/lib/python3.12/site-packages/featureform/grpc_client.py", line 8, in <module>
    from google.rpc import error_details_pb2, status_pb2
ModuleNotFoundError: No module named 'google.rpc'

Steps To Reproduce

Here is a Dockerfile to reproduce it:

FROM python:3.10-slim
RUN pip install featureform==1.12.6
CMD featureform

Run docker build . -t featureform && docker run featureform

NOTE That the problem doesn't happen with featureform==1.12.5

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What mode are you running Featureform in?

Local

What version of Python are you running?

3.10

Featureform Python Package Version

1.12.6

Featureform Helm Chart Version

No response

Kubernetes Version

No response

Relevant log output

No response

@AlexanderDhoore AlexanderDhoore added the bug Something isn't working label May 2, 2024
@swapdewalkar
Copy link

@AlexanderDhoore Try installing googleapis-common-protos or googleapis-common-protos[grpc]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants