-
-
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
Old version of setuptools? #238
Comments
No known, issues, but no research either. If you don't mind consulting the CHANGELOGs, testing and sending a PR noting all this, that would be wonderful. |
In preparation for the 1.1.5 release I thought about widening the pin range, but the CHANGELOG is large and will take some careful vetting alnog with the switch to v-prefixed versions: https://pythonhosted.org/setuptools/history.html |
I've been using the latest setuptools with pex for a few days without issue so far. |
Fix is in master @ ab2b511 |
Nice! Will upgrade to master now and report back if anything breaks. |
@ariscn Did anything break? Could there be a new release, or is more testing needed? |
There have been several Pex releases since I opened this issue. :-) |
Ah, ok. I'm having the same issue with a module requesting latest setuptools (22.0.0). I guess I can roll my own and see how it goes. Is there a 'pex' way to avoid this, when building a venv out? Is it to exclude pex itself from the venv? |
https://github.com/pantsbuild/pex/blob/master/pex/version.py pins setuptools
<20
. Are there any known issues with more recent versions?The text was updated successfully, but these errors were encountered: