-
Notifications
You must be signed in to change notification settings - Fork 189
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
Slew of deprecation warnings for protobuf descriptors #506
Comments
I can't reproduce those warnings. Are they triggered when you run this command?
|
The warnings are only showing up with Python 3.9 because there's no protobuf wheel for Python 3.9 yet, so it defaults to the Python implementation instead of the C++ implementation. Only the Python implementation raises We can eliminate the warnings by recompiling the |
Yes, I'm using Looks like we can put up with the warnings for now, and we're waiting on protocolbuffers/protobuf#7978 for a supported C++ build. |
with pytest i can ignore these in my setup.cfg with
|
protobuf v3.15 has been released with py39 wheels -- can we get a requirements bump to |
We've got v0.4.13 with the requirements bump now, so I think we're good to close this. 👍 |
When using protobuf==3.13.0 on Python 3.9:
The text was updated successfully, but these errors were encountered: