Closed gregoryfoster closed 11 months ago
When attempting to install version 1.2.0, no matching distribution is found which meets some of the speakerbox requirements.
speakerbox
Dependencies installed.
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 speakerbox==1.2.0
No matching distribution found for torch~=1.10
pipenv install -e git+https://github.com/CouncilDataProject/speakerbox.git#egg=speakerbox indicated:
pipenv install -e git+https://github.com/CouncilDataProject/speakerbox.git#egg=speakerbox
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)
This issue appeared to be cleared up when downgrading to Python 3.10 per the project requirements.
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 failureNo 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