scikit-umfpack / scikit-umfpack

The umfpack scikit provides wrapper of UMFPACK sparse direct solver to SciPy.
BSD 3-Clause "New" or "Revised" License
45 stars 27 forks source link

pip uninstall doesn't work #5

Open pv opened 9 years ago

pv commented 9 years ago

Using the scikits namespace package seems to cause pip uninstall scikit-umfpack not do anything:

$ pip install --user .   # works OK
$ pip uninstall scikit-umfpack
Cannot uninstall requirement scikits-umfpack, not installed

Not sure how to fix this. Probably setup.py needs some changes, but not yet sure what exactly.

rc commented 9 years ago

Do (some of) other scikits support the uninstalling? I based the setup.py on the one in scikit-learn.