You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhere between 2.0.0.dev2 and 2.0.0.dev4, loading pants.backend.codegen.protobuf.python from pants wheels in a dev release (see pantsbuild/example-python#26) began to fail.
Running from sources (with light edits to the pants_from_sources script) works fine, so it seems like something is potentially not packaged in the release wheel that should be.
The text was updated successfully, but these errors were encountered:
Braindumping a bit. The files includes in the release wheels and in the repository sources don't appear to show any differences (according to roughly find ~/src/pants/src/python -name '*.py' | sort -u > sources/files.txt and find /Users/stuhood/.cache/pants/setup/bootstrap-Darwin-x86_64/2.0.0.dev4_py36/lib/python3.6/site-packages/pants -name '*.py' | sort -u > binary/files.txt):
I haven't had any luck diffing the set of installed rules either (although that approach was a bit hackier). Will definitely need to further improve rule graph errors to better highlight what might be missing.
Somewhere between
2.0.0.dev2
and2.0.0.dev4
, loadingpants.backend.codegen.protobuf.python
from pants wheels in a dev release (see pantsbuild/example-python#26) began to fail.Running from sources (with light edits to the
pants_from_sources
script) works fine, so it seems like something is potentially not packaged in the release wheel that should be.The text was updated successfully, but these errors were encountered: