-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
pip 8.x breaks python 3.2 compatibility [$30 awarded] #531
Comments
Seeing the same issue. Is there a way to force installation of a particular version of |
seems like it must be pip < 8.0 and virtualenv < 14.0 to work with python 3.2. |
Hmm. I will work for this in this weekend to modify the definitions of 3.2.x to use specific version of pip.... |
cool, thanks! |
@ThomasWaldmann I pushed 1dc9ef2 and I confirmed that the installation of pip succeeded with CPython 3.2.x and Stackless 3.2.x. Could you check if it's working for you? |
…ning (#531) ``` /home/yyuu/.pyenv/versions/3.2.6/lib/python3.2/site-packages/pkg_resources/__init__.py:85: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here. warnings.warn(msg) ```
yup, it works for me. \o/ |
my above comment related to a local test with linux and python 3.2. just wanted to leave a note here that it is still broken for everybody who gets pyenv via brew on mac os x, because it gets the not-yet-fixed pyenv version from december 2015 from there. |
Thanks for fixing the issue so fast! Since I'm sitting on the broken version of |
Okay, I'll release a new version of pyenv / pyenv-virtualenv soon. |
I released v20160202 and sent PRs to Homebrew. |
thanks much! :) |
Thank you. |
Why was this closed? This is still broken. |
@chrisspen Well, I think it was really fixed back then. Back then, we ran our tests using pyenv and travis-ci on ubuntu 12.04, so we noticed it working again (and also not breaking for a while). Can't say anything about the current state though, because we moved on and run on ubuntu 14.04 now, so no py 3.2 there any more - also we raised our project's minimum requirements to 3.4. |
@chrisspen It is still fixed. As I commented on #738, part of your test configuration is trying to install a version of |
From our travis ci logs:
The text was updated successfully, but these errors were encountered: