<@U04S45AHA> <https://github.com/pantsbuild/pex/pu...
# pex
a
@enough-analyst-54434 https://github.com/pantsbuild/pex/pull/692 is causing some problems at Twitter…
We have a
python_ldap==2.4.28+2017020923.openssl102k
which we locate using a custom repository path
This command line worked in 1.6.4 and fails in 1.6.5:
./pex27-1.6.4 -vvvvv --no-pypi -f <https://some/url> python_ldap==2.4.28+2017020923.openssl102k
Any immediate thoughts? (while I read the code of the change)
The actual file name is
python_ldap-2.4.28+2017020923.openssl102k-cp27-cp27m-macosx_10_4_x86_64.whl
ok, it looks like supported tags for OSX 10.4 contain:
Copy code
('py2', 'none', 'macosx_10_4_intel'),
('py2', 'none', 'macosx_10_4_fat32'),
('py2', 'none', 'macosx_10_4_universal')
and x86_64 only started existing in 10.5?
@strong-crayon-70379 ^^
w
@average-vr-56795: can we close the loop on this?
a
Yeah, this is now solved… I guess we didn’t realise at the time that this was going to be a slightly breaking change 🙂
w
♥️