Installing/uninstalling my module with pip Installing/uninstalling my module with pip python python

Installing/uninstalling my module with pip


You're giving pip a Python file and not a package name, so it doesn't know what to do. If you want pip to remove it, try providing the name of the package this setup.py file is actually part of.

There are some good suggestions in this related thread:python setup.py uninstall