huggingsound icon indicating copy to clipboard operation
huggingsound copied to clipboard

Install Issue

Open lsvt-olivier opened this issue 1 year ago • 3 comments

I am not able to install via PIP as I get this error message:

INFO: pip is looking at multiple versions of huggingsound to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.7,<3.10; 0.1.0 Requires-Python >=3.7,<3.10; 0.1.1 Requires-Python >=3.7,<3.10; 0.1.2 Requires-Python >=3.7,<3.10; 0.1.3 Requires-Python >=3.7,<3.10; 0.1.4 Requires-Python >=3.7,<3.10; 0.1.5 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement torch!=1.12.0,<1.13.0,>=1.7 (from huggingsound) (from versions: 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0)
ERROR: No matching distribution found for torch!=1.12.0,<1.13.0,>=1.7

lsvt-olivier avatar Feb 01 '24 17:02 lsvt-olivier

+1

wjurkowlaniec avatar Mar 17 '24 23:03 wjurkowlaniec

It looks like that happens with Python >= 11, I've temporarily solved downgrading to Python 10.

MrMavin avatar Apr 03 '24 10:04 MrMavin

I got the same issue with python 3.11.5, I tried with python 3.10, but got another error...

kaminosekai54 avatar Apr 21 '24 20:04 kaminosekai54