-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheel version matching differs from pip #229
Comments
@burrows-labs Oddly it worked fine for me; OSX 10.11.4, cp2.7.10, pex 1.1.4
|
I was using OS X 10.10.5/cp2.7.11/pex1.1.4 |
From the pip PR, looks like you built a custom version of python. Do you have this same issue if you use the cpython included with OSX 10.10.5? |
Using /usr/bin/python.
|
Tried running the command on OS X 10.11 and it worked fine. |
no longer able to repro with current pex version (which forces a modern setuptools):
marking as resolved - but feel free to reopen if you're still experiencing issues. |
Try installing simplejson-3.8-2 wheel from pypi.
Change the version number in the platform tag.
Pip installs the package as is.
Related, pip #PR #3232
The text was updated successfully, but these errors were encountered: