-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support pip #1983
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
The thing about
|
Also, I've looked into binding to expat, and it might be easier to just skip importing plistlib for the time being, since I think it's used in a very niche way in pip. |
Whoa is this all? I was checking the dependencies as described in this post and it seemed a lot hairier. I would guess that to actually |
Yes that everything(I think), we have got most of core standard library importable at this point. I'm also expecting |
isn't this done? should issue be closed? |
How can i install this fucking pip!!!!!!!!!! |
@infopensource does this help? https://asciinema.org/a/3pAZSfrFeIbEUzpPyXtvYZCeN |
To support pip the following are required:
__class__
assignment(Support assigning to __class__ #1981)plistlib
which requiresxml.parsers.expat
shutil.get_terminal_size
itertools.groupby
str.__add__
raisingTypeError
instead of returningNotImplemented
"{x.attr}".format(...)
If the above issues are worked/hacked around, then the pip help text is successfully displayed 🎉:
The text was updated successfully, but these errors were encountered: