-
Notifications
You must be signed in to change notification settings - Fork 8
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
ImportError: No module named pip.pep425tags #18
Comments
pip 10 moved all of its internal APIs so that people would stop importing them. See this thread: https://mail.python.org/pipermail/distutils-sig/2018-April/032181.html
|
Curiously, the thing from https://mail.python.org/pipermail/distutils-sig/2018-April/032178.html I expected this would happen when I first heard the announcement. However, since setuptools learned how to install |
Hi @leorochael. Can you point me the right way to do this? I must install only binary packages and I can't find how to do that w/o the wheel extension. Thanks. |
AFAIU it should be happening automatically, if you have sufficiently recent zc.buildout and setuptools versions. |
@papachoco, please try to get to a minimal Then try upgrading buildout and setuptools, and removing Unlike We might have to officially deprecate |
Tested with latest setuptools and zc.buildout and installing from wheel seem to work - installing lxml is a snap instead of compiling like in old setuptools without buildout.wheel. This also seem to fix #17 and buildout/buildout#407. |
Hi. Tested successfully w/o using the script |
Please don't deprecate this project yet. setuptools is still buggy and fails to install some wheels (e.g. pypa/setuptools#1362 and pypa/setuptools#1350). |
@wiggin15, I can relate, but this can only be fixed in The first time around, I used Back then I tried to do the right thing back then by moving If you want to see |
Well, it looks like We could provisionally import it from there. I'd be ok with a PR doing that and removing the |
if you want to use module wheel.pep425tags use this wheel version |
I am getting the exception below when loading extensions in buildout using zc.buildout-2.11.3 and pip 10.0.0
Thanks
Carlos
The text was updated successfully, but these errors were encountered: