tazz4843 / coqui-stt

Safe wrapper around the Coqui STT C library
108 stars 9 forks source link

pip install error on the basic training example #18

Closed archae0pteryx closed 1 year ago

archae0pteryx commented 1 year ago

Hey-o. I was wanting to go through the basic collab example and i'm getting an error when trying to install the deps.

ERROR: Cannot install coqui-stt-training==1.0.0 and coqui-stt-training==1.4.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    coqui-stt-training 1.4.0 depends on tensorflow==1.15.4
    coqui-stt-training 1.0.0 depends on tensorflow==1.15.4

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

So i just forced reinstall with the set version pip install 'coqui_stt_training>=1.4.0' --force-reinstall

and now another dep / python version issue.

Collecting miniaudio
  Downloading miniaudio-1.55-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (595 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 595.6/595.6 kB 17.9 MB/s eta 0:00:00
ERROR: Ignored the following versions that require a different python version: 1.1.0 Requires-Python >=3.5, <3.8; 1.2.0 Requires-Python >=3.6, <3.8; 1.3.0 Requires-Python >=3.6, <3.8; 1.3.0a0 Requires-Python >=3.6, <3.8; 1.3.0a1 Requires-Python >=3.6, <3.8; 1.3.0a2 Requires-Python >=3.6, <3.8; 1.3.0a3 Requires-Python >=3.6, <3.8; 1.3.0a4 Requires-Python >=3.6, <3.8
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.4 (from coqui-stt-training) (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0)
ERROR: No matching distribution found for tensorflow==1.15.4

Hopefully you'll be able to update this. For now i will try to run locally. Thanks for the great project

randomairborne commented 1 year ago

this is not the Python library, this library is for Rust bindings to coqui-ai/stt

tazz4843 commented 1 year ago

Given that there's no Python code at all in this library, I'm going to close this issue. If you do come across an issue in the Rust code, feel free to open a new one.