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

Installation fails due to protobuf dependency issue #24

Open
yamaszone opened this issue Jan 17, 2023 · 1 comment
Open

Installation fails due to protobuf dependency issue #24

yamaszone opened this issue Jan 17, 2023 · 1 comment

Comments

@yamaszone
Copy link

python setup.py install fails with the following error:

error: protobuf 4.21.12 is installed but protobuf<4.0.0dev is required by {'google-cloud-logging'}

The following fixes the above issue

 install_requires =
     google-cloud-logging < 2.0
     google-cloud-resource-manager
+    protobuf < 4.0.0dev

but encounters the following error:

error: protobuf 3.20.3 is installed but protobuf>=4.21.6 is required by {'grpcio-status'}

So, google-cloud-logging and grpcio-status depend on two difference protobuf versions which can't be satisfied at the same time. I wonder if there's any quick fixes for this.

@damelo
Copy link

damelo commented Mar 16, 2023

Hi @yamaszone , no answer for your question...
I'm facing the same problem. It seems Google hasn't fixed the protobuf issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants