Re: [google-appengine] Weird Error Message

2021-08-25 Thread NoCommandLine
Since you don't directly list google-api-core or google-cloud-core in your requirements.txt file, you are right in saying that it is a dependency of one of the packages you have in your requirements.txt file and was installed as that package was being installed. I also agree with you that the

Re: [google-appengine] Weird Error Message

2021-08-25 Thread Joshua Smith
That makes sense. But in this case, I don't have google-api-core or google-cloud-core in my requirements.txt at all, so I guess it's being dragged in by something else? This is what I have: Flask==1.1.1 google-cloud-ndb google-cloud-storage google-cloud-logging google-api-python-client

[google-appengine] Weird Error Message

2021-08-24 Thread Joshua Smith
I'm up to date with gcloud, and I'm getting this warning when I deploy: WARNING: Found incompatible dependencies: " google-cloud-datastore 1.15.3 has requirement google-api-core[grpc]<2.0.0dev,>=1.14.0, but you have google-api-core 2.0.0.\n google-cloud-datastore 1.15.3 has requirement