crepe icon indicating copy to clipboard operation
crepe copied to clipboard

imageio uninstall issue while installing CREPE via pip

Open jongwook opened this issue 6 years ago • 1 comments

At least in Ubuntu bionic (18.04) and pip 9.x, I see

DEPRECATION: Uninstalling a distutils installed project (imageio) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.

and in pip 10, the installation fails because of this.

We need a way to not trigger the uninstallation of imageio

jongwook avatar May 30 '18 14:05 jongwook

Related, I still think the core library shouldn't have any image/plotting dependencies, and their loading can be optional (along the lines of librosa.display).

justinsalamon avatar May 30 '18 17:05 justinsalamon