Fixed incompatible packages - Update requirements.txt #1589
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I got this error running python. I incremented each version on starting with
google-cloud-monitoring
then withgoogle-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)
google-cloud-monitoring==1.1.0
to versiongoogle-cloud-monitoring==1.1.1
google-cloud-kms 1.3.0
to versiongoogle-cloud-kms==1.4.1
Select the relevant option(s):