If pip install cannot be done properly, uninstall may not be possible. There are cases where the installation stops without appearing in the pip list, and there are patterns where the pip list can be done but does not work.
Erase directly.
sudo mv /usr/local/lib/python2.7/dist-packages/hogehoge /SOMEWHERE/backupDir
sudo mv /usr/local/lib/python2.7/dist-packages/hogehoge.egg-info /SOMEWHERE/backupDir```
Make sure not
```pip list | grep hogehoge```
Recommended Posts