On OS X El Capitan I can not upgrade a python package dependent on the six compatibility utilities NOR can I remove six
Quick Fix: I just got around what I think was the same problem. You might consider trying this (sudo, if necessary): pip install scrape –upgrade –ignore-installed six Github is ultimately where I got this answer (and there are a few more suggestions you may consider if this one doesn’t solve your problem). It also seems … Read more