Closed piem closed 7 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.
pip uninstall -v -y aubio
The package is previously being installed with pip install --user -v .
pip install --user -v .
See the following example:
Let me know if there is anything I should try.
cheers, piem
ok, my bad, I fixed it by building and installing the .whl, not the .egg
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