You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pip version: 10.0.0
Python version: python 3.5.2
Operating system: Linux mint 18.3
Description:
AttributeError: module 'pip._vendor.requests' has no attribute 'Session'
After upgrading to pip I'm seeing this error and project env is now broken.
Python lib obviously import internal module of pip. Correct fix mentioned on pypa/pip#5267.