Question

Hi I am trying to update pip and receiving this error:

egts-iMac-3:~ egt$ pip install -U pip
 You are using pip version 6.1.1, however version 10.0.1 is available.
 You should consider upgrading via the 'pip install --upgrade pip' 
  command.
Collecting pip
 Could not find a version that satisfies the requirement pip (from 
   versions: )
 No matching distribution found for pip
Was it helpful?

Solution

Turns out I had to update xcode, and it updated pip to 10.0.1.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top