https://pantsbuild.org/ logo
q

quiet-evening-25363

02/24/2022, 5:27 PM
hi - I'm having issues building a pex binary for different platforms. As a sanity check I'm trying to build a pex binary with
platforms
set to my current platform, which I'm looking up by running
pex --help
on my local system. Building the pex with
platforms
unset succeeds, but building the pex with the platform set to my system's string fails with a missing package error (pasted below). What would be the difference between running
pants package
in these two ways?
Copy code
ERROR: Could not find a version that satisfies the requirement grpc-google-iam-v1
ERROR: No matching distribution found for grpc-google-iam-v1
5 Views