-
Notifications
You must be signed in to change notification settings - Fork 172
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
pip 22 TypeError: missing required 'use_deprecated_html5lib' #598
Comments
BTW, I tried reproducing this with a much smaller buildout config, instead of the huge Plone one, but the following worked without errors:
|
I can reproduce it:
The error goes away when I run it with the |
Maybe you have
? |
Btw if I change
|
Aha, I have
|
When I temporarily fix it in the patch, I get the new same error as you. With a pdb:
So setuptools complains that |
… 22. Keep compatible with earlier pip versions. Fixes #598
… 22. Keep compatible with earlier pip versions. Fixes #598
I am trying out the latest pip version (22.0.2) in the Plone core development buildout, see this PR and hit an error with
zc.buildout
3.0.0rc1:Full traceback is in that PR.
It seems likely that the
process_url
patch inzc.buildout
needs to be updated to a new feature in pip:The text was updated successfully, but these errors were encountered: