-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Proto resolution mess up #21173
Comments
This is because the Python protobuf plugin is inferring a dependency from the As a workaround you can turn the dep inference off with
in pants.toml. But then your Python side may not work, and you'll have to manually add back that dep from the relevant |
@leozc can you add some python code that uses the python-generated protobuf code (generated from the same Event.proto) to the example repo? I'd like to see more closely how those interact. |
will do |
@leozc best to @ me here and/or on Slack when this is ready, thanks! |
Describe the bug
A python protobuf_sources dependency is checked, and reported error by JVM
Pants version
https://github.com/leozc/test_pants_proto/blob/main/README.md
OS
MacOs, Apple Silicon
Additional info
https://github.com/leozc/test_pants_proto/blob/main/README.md
The text was updated successfully, but these errors were encountered: