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

Fixed incompatible packages - Update requirements.txt #1589

Merged
merged 1 commit into from
May 8, 2024

Conversation

Tim-Hoekstra
Copy link
Contributor

Description

I got this error running python. I incremented each version on starting with google-cloud-monitoring then with google-cloud-kms until I did not get error. It then was able to install version: 5.13.0 successfully from releases with my modified requests.txt.

Enviroment: Running python 3.10 base from mini conda env.

Command: python setup.py build && python setup.py install
Error: setup.py install error: google-api-core 2.14.0 is installed but google-api-core[grpc]<2.0.0dev,>=1.14.0 is required by {'google-cloud-monitoring', 'google-cloud-kms'}

Fixes # (issue)

  • Changed google-cloud-monitoring==1.1.0 to version google-cloud-monitoring==1.1.1
  • Changed google-cloud-kms 1.3.0 to version google-cloud-kms==1.4.1

Select the relevant option(s):

  • Bug fix (non-breaking change which fixes an issue) I have not come across any broken features since the change.

@fernando-gallego fernando-gallego self-assigned this May 8, 2024
@fernando-gallego fernando-gallego merged commit 373fc14 into nccgroup:master May 8, 2024
fernando-gallego added a commit that referenced this pull request May 8, 2024
Update some GCP dependencies as in #1589 and pin protobuf 3.20.1 since more recent versions break GCP libs
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 this pull request may close these issues.

None yet

2 participants