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

Cannot install apache-beam gcp and google-ads #26080

Closed
1 of 15 tasks
algreeck opened this issue Apr 3, 2023 · 3 comments
Closed
1 of 15 tasks

Cannot install apache-beam gcp and google-ads #26080

algreeck opened this issue Apr 3, 2023 · 3 comments

Comments

@algreeck
Copy link

algreeck commented Apr 3, 2023

What happened?

I am trying to create a python beam project which used google ads api. When i try to install the package google-ads==20.0.0 which is supports the latest version of Google Ads API (v13) it fails to resolve the dependencies with the error:
Cannot install GoogleAds and apache-beam[gcp]==2.46.0 because these package versions have conflicting dependencies The conflict is caused by: apache-beam[gcp] 2.46.0 depends on protobuf<4 and >3.12.2 google-ads 20.0.0 depends on protobuf>=4.21.5

Issue Priority

Priority: 2 (default / most bugs should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@AnandInguva
Copy link
Contributor

Unfortunately, Beam 2.46.0 is not compatible with protobuf 4.x.

Beam recently updated protobuf version to 4.x.x at #24599. It will be included in the release 2.47.0.

@AnandInguva
Copy link
Contributor

I am closing this issue. If you have anything else, please feel free to open and comment on this.

@AnandInguva
Copy link
Contributor

.close-issue

@github-actions github-actions bot closed this as completed Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants