-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
virtualenv 1.11.6 not working with pypy 2.4 and pypy3 2.4 #666
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
Comments
Using develop branch I'm able to get virtualenv work using pypy 2.4, but still no luck with pypy3 2.4
|
This is likely a problem with pip (it still fails on the rewrite). |
Ok, finally tracked this down, it's a pypi bug with zipimport: https://bitbucket.org/pypy/pypy/issue/1696/can-not-install-pip-with-get-pippy This issue can be closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Windows 7 using pypy 2.4
Using pypy3 2.4
Downgrading to virtualenv 1.9.1, pypy 2.4 success but pypy3 2.4 still fail.
The text was updated successfully, but these errors were encountered: