python setup.py uninstall from stackoverflow
You need to remove all files manually, and also undo any other stuff that installation did manually.
If you don't know the list of all files, you can reinstall it with the --record
option, and take a look at the list this produces.
To record list of installed files, you can use:
python setup.py install --record files.txt