-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Migrate to using the *new* Setuptools #428
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
I've encountered two issues already with the new setuptools which prevent or limit using virtualenv with it. I'll open separate tickets for each. |
To be clear, the new Setuptools is version 0.7.x. The Pypi page for Setuptools has now been updated to include Setuptools 0.7.2. Currently, there's no way that I can see to use VirtualEnv, Setuptools 0.7.x and Python 3 together. |
@Flimm, can you try this:
You should then have setuptools 0.7 installed. Indeed, I had success with this technique (although it also revealed an issue that setuptools version number isn't being reported correctly). |
Thanks @jaraco, that workaround works for me. I'm writing it down here for any lurkers:
|
Pull request #432 incorporates setuptools 0.7.2. |
https://bitbucket.org/pypa/setuptools
The text was updated successfully, but these errors were encountered: