Your https://github.com/AudioCommons/timbral_models/blob/master/setup.py depends on sklearn, which is now deprecated. The suggested fix is to use scikit-learn instead.
Does someone have the time to try this? For some reason I get an error when trying to clone the repository. The easiest way to try might be
Your https://github.com/AudioCommons/timbral_models/blob/master/setup.py depends on
sklearn, which is now deprecated. The suggested fix is to usescikit-learninstead.Does someone have the time to try this? For some reason I get an error when trying to clone the repository. The easiest way to try might be
cd your/path/to/timbral_modelsand try to locally install usingpip install -e .(you might want to do this in a separate python environment)