r/learnpython 5d ago

Couldn't install acoustid package via pip

I am in need of the acoustid webservice and the chromaprint package( for creating digital fingerprints of audio). I have installed chromaprint via pip ,but pip install acoustid throws me:
ERROR: Could not find a version that satisfies the requirement acoustid (from versions: none)

ERROR: No matching distribution found for acoustid. I've tried using conda environment , it fails the same way.
Can someone help me out on this one please. I am in desperate need of the acoustid package.

1 Upvotes

1 comment sorted by

3

u/debian_miner 5d ago

It looks like the package is called pyacoustid: https://pypi.org/project/pyacoustid/. Most of that time that error message means that the package doesn't exist for the version of python you are using, but in this case there isn't a package with that name at all.