travis-ci / travis-ci

Free continuous integration platform for GitHub projects.
https://travis-ci.org
8.42k stars 719 forks source link

`pip uninstall` fails on osx #6879

Closed piem closed 7 years ago

piem commented 8 years ago

hi,

On macOS, running pip uninstall -v -y aubio fails since a few weeks (sometimes around 2016-10-03). It was working before.

The package is previously being installed with pip install --user -v .

See the following example:

Let me know if there is anything I should try.

cheers, piem

piem commented 7 years ago

ok, my bad, I fixed it by building and installing the .whl, not the .egg

cheers, piem