CouncilDataProject / speakerbox

Speakerbox: Fine-tune Audio Transformers for speaker identification.
https://councildataproject.org/speakerbox
MIT License
52 stars 6 forks source link

torch requirements causing installation failure #22

Closed gregoryfoster closed 11 months ago

gregoryfoster commented 11 months ago

Describe the Bug

When attempting to install version 1.2.0, no matching distribution is found which meets some of the speakerbox requirements.

Expected Behavior

Dependencies installed.

Reproduction

I attempted two different installation methods.

pipenv install speakerbox==1.2.0 resulted in a failure No matching distribution found for torch~=1.10

pipenv install -e git+https://github.com/CouncilDataProject/speakerbox.git#egg=speakerbox indicated:

ERROR: Could not find a version that satisfies the requirement torchaudio~=0.10 (from speakerbox) (from versions: 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1)

Environment

gregoryfoster commented 11 months ago

This issue appeared to be cleared up when downgrading to Python 3.10 per the project requirements.