-
Notifications
You must be signed in to change notification settings - Fork 47
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
New Version of protobuf Produces an Error on Init #125
Comments
Looks like the newest protobuf broke a lot of things. We see this error as well using signalfx |
Could someone please create a new release with the merged fix. Thank you! |
1.1.15 released to pypi |
The fix merged in #126 , pinning to The original problem here looks like it was caused by a specific new problem with a specific new protobuf version. Why was it pinned exactly? Why couldn't the fix for signalfx be an additional This is causing problems for our pip-compile workflows and unnecessary pinning by pip packages goes against python best practices. |
Opened #132 |
Closing as #132 is now fixed, and a new release is in the process of being cut. |
Hey guys,
I'm getting this runtime error when trying to initialize the client:
It seems like a new stable version or protobuf (
4.21.0
) was release ~11h ago and the protobuf requirement is defined with>=3.0.0
so I guess this error has to do with that new protobuf version.Will appreciate any kind of help. Thanks
The text was updated successfully, but these errors were encountered: