bshall / ZeroSpeech

VQ-VAE for Acoustic Unit Discovery and Voice Conversion
https://bshall.github.io/ZeroSpeech/
322 stars 46 forks source link

pooch seems to be also a required dependency #11

Closed boltomli closed 3 years ago

boltomli commented 4 years ago

I've no idea why it's used in some packages but not installed by default.

bshall commented 4 years ago

Hi @boltomli,

I'm guessing that it's librosa that requires pooch? I know that they recently swapped to using pooch for their v0.8 but I don't think it's a requirement for v0.7.2 (which is specified in requirements.txt). Would you mind posting the version of the package that requires pooch?

boltomli commented 4 years ago

Thanks for the hint, yes it should be the problem, librosa in system was used at first which is 0.8.0. Virtual environment is fine with specified version.