Skip to content
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

Wheels mistaken for developed distributions #83

Open
gracinet opened this issue Aug 27, 2016 · 0 comments
Open

Wheels mistaken for developed distributions #83

gracinet opened this issue Aug 27, 2016 · 0 comments

Comments

@gracinet
Copy link
Contributor

If the working set has a distribution installed as a wheel, it'll be mistaken for a "developed" distribution
(that's the older terminology for "editable"). Actually, all versions of pkg_resources I've tried (including 26) give them the DEVELOP_DIST precedence. It's not clear to me whether its intentional from the setuptools side, but correctly identifiying distributions that are from the develop buildout options (or extension) is really important in the freeze/extract processes.

I don't expect this to be a problem right now : as far as I know, zc.buildout largely ignores wheels for now, and we've consistently advised everybody to run in a totally clean virtualenv, meaning all that's installed has been installed by zc.buildout. Bottom-line: the upcoming 1.9.2 release can proceed without solving this.
Still, it's a small timebomb that should be on the todo-list.

See while trying to understand the tests problems with Babel solved by #82, cause actually I had Babel as a wheel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant