I'm trying to upgrade pip but the below command didn't worked out. Currently, I have pip version 10.0.1 and I want to upgrade it to 18.0
command I tried in cmd:
python -m pip install --upgrade pip
It's showing:
Attribute Error:module 're' has no attribute 'findall'
There might be something wrong with your pip instalation
try this:
My problem is with my version of pip 9.0, upgrading always fails (I run a MacBook with OSX 10.7.5) showing similar message like this example , If any one had an idea...:
Make sure you have exited python and you are back in main Anaconda terminal. Press
to leave python and then run this code
or run the commands below;
If you are in windows and using virtual env then use
this will update pip inside the virtual env and if you do it outside of virtual env then it should also work there as well.