-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Pex 1.4.1 installs windows eggs on linux/OSX #489
Labels
Comments
thanks for the bug report. will take a look. |
repro on OSX:
|
1.4.2 is out: https://pypi.org/project/pex/1.4.2/ |
Thanks a lot for the awesomely quick support! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've installed pex with
pip install pex
, then I created a minimalsetup.py
file in a folder namedtest
that looks like this:And then I ran
pex ./test -o /tmp/pex_out -vv
and got this:As you can see, although I'm running on OSX, the netifaces egg that's fetched is a Windows one (https://files.pythonhosted.org/packages/05/00/c719457bcb8f14f9a7b9244c3c5e203c40d041a364cf784cf554aaef8129/netifaces-0.10.6-py2.7-win32.egg).
This works on
pex==1.3.2
The text was updated successfully, but these errors were encountered: