-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update distlib to 0.2.7 #5257
Update distlib to 0.2.7 #5257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a news file -- news/distlib.vendor
?
@pradyunsg Yep, I'll do that. |
Should just be able to add a distlib.vendored or w/e file for dep updates.
…Sent from my iPhone
On Apr 17, 2018, at 12:47 PM, Paul Moore ***@***.***> wrote:
@pradyunsg Yep, I'll do that.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@dstufft yes, that's what I was going to do. I got sidetracked because the vendoring task seemed to be doing something odd - it modified https://github.com/pypa/pip/blob/master/src/pip/_vendor/urllib3/util/ssl_.py#L6 as if I suspect it may be a change in pip 10 (the previous revendor I did with pip 9 active), but I don't think I'm going to worry about it for now. |
This is my test on my Windows 10 box (Microsoft Windows [Version 10.0.16299.371]) below. I had try to uninstall my python 3.6.4 (amd64) and install python 3.6.5 (amd64), and upgrade pip with python -m pip install -U pip, now I run pip in cmd as Administrator, I got... C:\WINDOWS\system32>where pip3 C:\WINDOWS\system32>pip3 -V C:\WINDOWS\system32>"c:\program files\python36\python.exe" "C:\Program Files\Python36\Scripts\pip.exe" -V C:\WINDOWS\system32>python -m pip -V |
I uninstall Python 3.6.5 (amd64) and clean pip cache, and reinstall Python 3.6.5 (amd64) then try to install pipenv on my box, I got these errors... C:\WINDOWS\system32>pip -V C:\WINDOWS\system32>pip install -U pipenv During handling of the above exception, another exception occurred: Traceback (most recent call last): C:\WINDOWS\system32>python -m pip install -U pipenv C:\WINDOWS\system32>python -m pip -V C:\WINDOWS\system32>path |
@perfectcream The error is because pipenv depends on pip, and so could potentially upgrade pip (in this case it did). Upgrading pip when using |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.