After upgrading pip, i can't install any other packages(e.g:pip install pandas). Always it is showing
ImportError:cannot import name 'main'
Am using windows 7 and I don't have administrator access
I already tried below steps but nothing worked.
python -m pip uninstall pip
python -m pip install pip==9.0.3
getting error msg as 'no module named pip.main; pip is a package and cannot be directly executed