-
Notifications
You must be signed in to change notification settings - Fork 78
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
Increment no longer working on AWS #592
Comments
I'm having the same issue in GCP Functions. Woke up to similar logs revolving around ArrayUnion and ArrayRemove. |
Hi @NinitoAS, thanks for reporting the issue and sorry to hear that you're having trouble with this.
Thank you. |
@rburns629 would you mind sharing a sample code snippet for replicating this issue? Thanks. |
Hi, yes of course.
Here are my other dependencies:
|
I just updated all the packages you mentioned and I can't seem to reproduce the issue any longer. Here are the new versions
The issue seem to be connected to protobuf, proto-plus requires protobuf<4.0.0dev,>=3.19.0 So it seems like the issue appears when you have Seems like we have to pin our dependency versions for AWS for it to not install v4 of protobuf |
Yes indeed protobuf 4 is not compatible here. I'd recommend setting the limit as follows: |
@Mariatta My issues were resolved as well by including protobuf==3.20.1 and google-api-core==2.8.1 in my requirements.txt. Thanks for the suggestions! |
In proto-plus 1.20.5, the protobuf dependency is pinned to <4.0.0dev Fix #592
* fix(deps): Require proto-plus >=1.20.5 In proto-plus 1.20.5, the protobuf dependency is pinned to <4.0.0dev Fix #592
Hi,
It seems like Increment recently stopped working after the newest update on AWS Linux 2.
Environment details
Linux 4.14.275-207.503.amzn2.x86_64 #1 SMP Wed Apr 13 20:24:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3.8.5
pip 22.0.4 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)
google-cloud-firestore
version:2.5.0
Steps to reproduce
Code example
Stack trace
Any suggestions?
The text was updated successfully, but these errors were encountered: