<#1977 Is it possible to find the correct --platfo...
# github-notifications
q
#1977 Is it possible to find the correct --platform argument on a computer without pex? Issue created by michaelochs Hey. I am trying to create a pex bundle to then put this on a computer that does not have pex nor pip installed, basically all it has is a basic python interpreter. I keep running into issues where I get error messages along the line of
The wheel tags for PyNaCl 1.5.0 are XXX which do not match the supported tags of XXX
It does not list which tag it requires. Is there any way to either get these platform identifiers out of the python runtime or have a very basic pex file that I can copy over and execute to find which string I should pass to
--platform
to get the pex file to work there? Thanks for your help. pantsbuild/pex