Skip to content

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

Closed
qwcode opened this issue May 14, 2013 · 5 comments
Closed

Migrate to using the *new* Setuptools #428

qwcode opened this issue May 14, 2013 · 5 comments
Milestone

Comments

@qwcode
Copy link

qwcode commented May 14, 2013

https://bitbucket.org/pypa/setuptools

@jaraco
Copy link
Member

jaraco commented May 29, 2013

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.

@Flimm
Copy link

Flimm commented Jun 9, 2013

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.

@jaraco
Copy link
Member

jaraco commented Jun 10, 2013

@Flimm, can you try this:

  1. Install the virtualenv with distribute <0.7dev,
  2. Upgrade the virtualenv to Distribute 0.7 using easy_install (currently you must point to https://bitbucket.org/pypa/setuptools/downloads as it’s been pulled from PyPI temporarily).

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).

@Flimm
Copy link

Flimm commented Jun 11, 2013

Thanks @jaraco, that workaround works for me.

I'm writing it down here for any lurkers:

$ python3 virtualenv-1.9.1/virtualenv.py --python python3.3 --distribute ENV
$ source ENV/bin/activate
$ easy_install -f https://bitbucket.org/pypa/setuptools/downloads -U distribute
$ python3 -c 'import setuptools; print(setuptools.__version__)'
0.7

@pfmoore
Copy link
Member

pfmoore commented Jun 15, 2013

Pull request #432 incorporates setuptools 0.7.2.

@pfmoore pfmoore closed this as completed Jun 15, 2013
@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants