hi - I'm having issues building a pex binary for d...
# general
q
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