Skip to content
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 pulls in pre-release versions of libraries #346

Closed
daveFNbuck opened this issue Jan 19, 2017 · 3 comments
Closed

pex pulls in pre-release versions of libraries #346

daveFNbuck opened this issue Jan 19, 2017 · 3 comments

Comments

@daveFNbuck
Copy link
Contributor

I recently had an issue where my production build stopped working because it picked up a pre-release version of protobuf. pex protobuf will pick up version 3.2.0rc2 right now, while a pip install will pick up 3.1.0.post1. I didn't expect this to happen and there doesn't appear to be a way to change the behavior.

@daveFNbuck
Copy link
Contributor Author

pip seems to be following PEP 440 and defining stable releases to exclude pre-releases (those including a, b, or rc in the version identifier) and developmental releases (those with dev followed by a number at the end).

@wickman
Copy link
Contributor

wickman commented Jan 19, 2017

I think this is a dupe of #28. y/n?

@daveFNbuck
Copy link
Contributor Author

Yes, I missed that one in my search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants