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

Resolve google-resumable-media package conflict #528

Closed
samanvp opened this issue Nov 14, 2019 · 0 comments · Fixed by #529
Closed

Resolve google-resumable-media package conflict #528

samanvp opened this issue Nov 14, 2019 · 0 comments · Fixed by #529
Assignees

Comments

@samanvp
Copy link
Member

samanvp commented Nov 14, 2019

Actual error:
pkg_resources.ContextualVersionConflict: (google-resumable-media 0.4.1 (/home/travis/build/googlegenomics/gcp-variant-transforms/.eggs/google_resumable_media-0.4.1-py2.7.egg), Requirement.parse('google-resumable-media<0.6dev,>=0.5.0'), set(['google-cloud-storage']))

This is caused by the conflict between:

  • google-cloud-storage>=1.23.0
  • and google-cloud-bigquery<1.22.0

More details here.

Currently Beam is pinned to google-cloud-bigquery 1.17.0. We have to pin to google-cloud-storage<1.23.0 until Beam updates to google-cloud-bigquery>=1.22.0.

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

Successfully merging a pull request may close this issue.

1 participant